MAGPIE_CACHE_ON
The WordPress Core MAGPIE CACHE ON constant.
Value (int)
1
Usage
if ( defined( 'MAGPIE_CACHE_ON' ) ) { // grab the value $value = constant( 'MAGPIE_CACHE_ON' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/rss.php
- define('MAGPIE_CACHE_ON', 1);