SIMPLEPIE_FILE_SOURCE_LOCAL
The WordPress Core SIMPLEPIE FILE SOURCE LOCAL constant.
Value (int)
2
Usage
if ( defined( 'SIMPLEPIE_FILE_SOURCE_LOCAL' ) ) { // grab the value $value = constant( 'SIMPLEPIE_FILE_SOURCE_LOCAL' ); 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_FILE_SOURCE_LOCAL', 2);