diff --git a/inc/Admin.php b/inc/Admin.php index 2d0b460f7..557864ea7 100644 --- a/inc/Admin.php +++ b/inc/Admin.php @@ -150,7 +150,7 @@ public static function page() { ); // If we're outside of Bluehost, add subpages to Bluehost menu - if ( false === ( isset( $_GET['page'] ) && strpos( filter_input( INPUT_GET, 'page', FILTER_UNSAFE_RAW ), 'bluehost' ) >= 0 ) ) { // phpcs:igno r e + if ( false === ( isset( $_GET['page'] ) && strpos( filter_input( INPUT_GET, 'page', FILTER_UNSAFE_RAW ), 'bluehost' ) >= 0 ) ) { // phpcs:igno r e foreach ( self::subpages() as $route => $title ) { \add_submenu_page( 'bluehost',