bp_media_nocache_headers()

Wrapper for nocache_headers which also disables page caching.

Description

Source

File: bp-media/bp-media-filters.php

function bp_media_nocache_headers() {
	bp_media_set_nocache_constants();
	nocache_headers();
}

Changelog

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.