wc_nocache_headers()
Wrapper for nocache_headers which also disables page caching.
Description Description
Source Source
File: includes/wc-core-functions.php
function wc_nocache_headers() {
WC_Cache_Helper::set_nocache_constants();
nocache_headers();
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.4 | Introduced. |