SIMPLEPIE_LOCATOR_AUTODISCOVERY
The WordPress Core SIMPLEPIE LOCATOR AUTODISCOVERY constant.
Value (int)
1
Usage
if ( defined( 'SIMPLEPIE_LOCATOR_AUTODISCOVERY' ) ) { // grab the value $value = constant( 'SIMPLEPIE_LOCATOR_AUTODISCOVERY' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/class-simplepie.php
- define('SIMPLEPIE_LOCATOR_AUTODISCOVERY', 1);