query_vars ) || ! isset( $GLOBALS['wp']->query_vars['rest_route'] ) ) { return $status; } $rest_route = $GLOBALS['wp']->query_vars['rest_route']; if ( strpos( $rest_route, 'autonami' ) !== false || strpos( $rest_route, 'woofunnel' ) !== false ) { remove_filter( 'rest_authentication_errors', 'perfmatters_rest_authentication_errors', 20 ); } return $status; } } new BWFAN_Compatibility_With_Perfmatters(); }