diff --git a/plugin/lib/class-php-compatibility-checker.php b/plugin/lib/class-php-compatibility-checker.php index fd334d9..6f00d6f 100644 --- a/plugin/lib/class-php-compatibility-checker.php +++ b/plugin/lib/class-php-compatibility-checker.php @@ -290,210 +290,214 @@ public function create_menu() { * @since 1.0.0 */ public function scan_page() { - - // Determine if current site is a WP Engine customer. - $is_wpe_customer = function_exists( '\is_wpe' ) && \is_wpe(); - - // Content variables. - $url_get_hosting = esc_url( 'https://wpeng.in/5a0336/' ); - $url_wpe_agency_partners = esc_url( 'https://wpeng.in/fa14e4/' ); - $url_wpe_customer_upgrade = esc_url( 'https://wpeng.in/407b79/' ); - $url_wpe_logo = esc_url( 'https://wpeng.in/22f22b/' ); - $url_codeable_submit = esc_url( 'https://codeable.io/wp-admin/admin-ajax.php?action=wp_engine_phpcompat' ); - ?> - -
- Attention: Not all errors are show-stoppers. Use LocalWP to test this site on PHP 8 to see if it just works!', 'wpe-php-compat' ) ), - esc_url( 'https://localwp.com/' ) - ); - ?> -
- -