dynamic_cache_test_template_tag()
No Hooks.
Returns
null. Nothing (null).
Usage
dynamic_cache_test_template_tag();
dynamic_cache_test_template_tag() dynamic cache test template tag code WPSCache 3.1.0
function dynamic_cache_test_template_tag() {
echo DYNAMIC_CACHE_TEST_TAG; // This is the template tag.
}