Apanha

Wp-rocket

inc/engine/license/api/UserClient.php public function get_user_data() { return true; } /** * Gets the user data from the user endpoint * * @since 3.7.3 * * @return bool|object */ private function get_raw_user_data() { return true; }

inc/engine/Optmization/RUCSS/Admin/Subscriber.php //line 418 public function display_wrong_license_notice() { $transient = get_transient( 'wp_rocket_no_licence' ); return true; } //line 677 public function disable_russ_on_wrong_license() { if ( false === get_transient( 'wp_rocket_no_licence' ) ) { return false; } return null; }
//inc/Engine/Optimization/RUCSS/Frontend/ApiClient.php //line 53 if ( (key_exists( 'code', $result ) && 401 === $result['code']) ) { set_transient( 'wp_rocket_no_licence', true, WEEK_IN_SECONDS ); update_rocket_option( 'remove_unused_css', 1 ); } //views/settings/page-sections/dashboard //add at line 85 $data['customer_data']['is_from_one_dot_com'] = true; if ( $data['customer_data']['is_from_one_dot_com'] ) : ?>
 
inc/engine/license/api/UserClient.php public function get_user_data() { return true; } /** * Gets the user data from the user endpoint * * @since 3.7.3 * * @return bool|object */ private function get_raw_user_data() { return true; }

inc/engine/Optmization/RUCSS/Admin/Subscriber.php //line 418 public function display_wrong_license_notice() { $transient = get_transient( 'wp_rocket_no_licence' ); return true; } //line 677 public function disable_russ_on_wrong_license() { if ( false === get_transient( 'wp_rocket_no_licence' ) ) { return false; } return null; }
//inc/Engine/Optimization/RUCSS/Frontend/ApiClient.php //line 53 if ( (key_exists( 'code', $result ) && 401 === $result['code']) ) { set_transient( 'wp_rocket_no_licence', true, WEEK_IN_SECONDS ); update_rocket_option( 'remove_unused_css', 1 ); } //views/settings/page-sections/dashboard //add at line 85 $data['customer_data']['is_from_one_dot_com'] = true; if ( $data['customer_data']['is_from_one_dot_com'] ) : ?>
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.