SIMPLEPIE_CONSTRUCT_XHTML
The WordPress Core SIMPLEPIE CONSTRUCT XHTML constant.
Value (int)
4
Usage
if ( defined( 'SIMPLEPIE_CONSTRUCT_XHTML' ) ) { // grab the value $value = constant( 'SIMPLEPIE_CONSTRUCT_XHTML' ); 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_CONSTRUCT_XHTML', 4);