apply_filters( 'rest_send_nocache_headers', bool $rest_send_nocache_headers )

Send nocache headers on authenticated requests.


Description


Parameters

$rest_send_nocache_headers

(bool) Whether to send no-cache headers.


Top ↑

Source

File: wp-includes/rest-api/class-wp-rest-server.php

View on Trac


Top ↑

Changelog

Version Description
4.4.0 Introduced.