jetpack_is_frontend, $is_frontend, $send_vary_headers
jetpack_is_frontend, $is_frontend, $send_vary_headers
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_is_frontend, $is_frontend, $send_vary_headers') is found 1 times:
- /jetpack_vendor/automattic/jetpack-status/src/class-request.php line 69
* * @param bool $is_frontend Whether the current request is for accessing the frontend. * @param bool $send_vary_headers Whether to send Vary headers. */ return (bool) apply_filters( 'jetpack_is_frontend', $is_frontend, $send_vary_headers ); } /** * Go through headers and get a list of Vary headers to add, * including Vary on Accept and Content-Type if necessary. *