Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/rest-api/class-wp-rest-server.php | apply_filters | 368 | /** * Filters whether to send nocache headers on a REST API request. * * @since 4.4.0 * * @param bool $rest_send_nocache_headers Whether to send no-cache headers. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $rest_send_nocache_headers | Whether to send no-cache headers. |