3458* This may be a standalone RESTAPI request,or an internal request dispatched from within a regular page load.3459*3460* @since 6.5.03461*3462* @param bool$is_request_endpoint Whether a REST endpoint request is currently being handled.3463*/3464return(bool)apply_filters('wp_is_rest_endpoint',$is_rest_endpoint);3465}3466
History
Introduced in 6.5.0. Unchanged from 6.7.7 through 7.1.0.