3502* This may be a standalone RESTAPI request,or an internal request dispatched from within a regular page load.3503*3504* @since 6.5.03505*3506* @param bool$is_request_endpoint Whether a REST endpoint request is currently being handled.3507*/3508return(bool)apply_filters('wp_is_rest_endpoint',$is_rest_endpoint);3509}3510
History
Introduced in 6.5.0. Unchanged from 6.7.7 through 7.1.0.