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