SIMPLEPIE_TYPE_ATOM_ALL
The WordPress Core SIMPLEPIE TYPE ATOM ALL constant.
Value (int)
768
Usage
if ( defined( 'SIMPLEPIE_TYPE_ATOM_ALL' ) ) { // grab the value $value = constant( 'SIMPLEPIE_TYPE_ATOM_ALL' ); 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_TYPE_ATOM_ALL', 768);