wp_is_rest_endpoint

wp_is_rest_endpoint

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('wp_is_rest_endpoint') is found 1 times:

  • /wp-includes/rest-api.php line 3480

    Warning: Undefined array key 3481 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 3482 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 3483 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 3484 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 3485 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    3476
    3477
    3478
    3479
    3480
    3481
         * @since 6.5.0
         *
         * @param bool $is_request_endpoint Whether a REST endpoint request is currently being handled.
         */
        return (bool) apply_filters( 'wp_is_rest_endpoint', $is_rest_endpoint );
    }