bp_document_nocache_headers()
Wrapper for nocache_headers which also disables page caching.
Description
Source
File: bp-document/bp-document-filters.php
function bp_document_nocache_headers() {
bp_document_set_nocache_constants();
nocache_headers();
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.4.1 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.