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();
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.4 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.