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