3491* This may be a standalone RESTAPI request,or an internal request dispatched from within a regular page load.3492*3493* @since 6.5.03494*3495* @param bool$is_request_endpoint Whether a REST endpoint request is currently being handled.3496*/3497return(bool)apply_filters('wp_is_rest_endpoint',$is_rest_endpoint);3498}3499
History
Introduced in 6.5.0. Unchanged from 6.7.7 through 7.1.0.