3537* This may be a standalone RESTAPI request,or an internal request dispatched from within a regular page load.3538*3539* @since 6.5.03540*3541* @param bool$is_request_endpoint Whether a REST endpoint request is currently being handled.3542*/3543return(bool)apply_filters('wp_is_rest_endpoint',$is_rest_endpoint);3544}3545
History
Introduced in 6.5.0. Unchanged from 6.7.7 through 7.1.0.