3483* This may be a standalone RESTAPI request,or an internal request dispatched from within a regular page load.3484*3485* @since 6.5.03486*3487* @param bool$is_request_endpoint Whether a REST endpoint request is currently being handled.3488*/3489return(bool)apply_filters('wp_is_rest_endpoint',$is_rest_endpoint);3490}3491
History
Introduced in 6.5.0. Unchanged from 6.7.7 through 7.1.0.