settings->get(); $check = $this->settings->isPremium(); // extract into vars $settingsArr = $getSettings['settings']; //disable non-mwp settings if ( ! $check ) { $settingsArr['auto_update'] = 0; $settingsArr['email_type']['email_fixed'] = 0; } extract( $settingsArr ); // call notices $notices = new OCVMNotifications(); $notices->prepareNotifications( 1 ); // get notices count $count = is_countable( $notices->notices ) ? count( $notices->notices ) : 0; ?>