DAILY_ARCHIVES
The Black Rider Lite Responsive Theme DAILY ARCHIVES constant.
Value (string)
__('Daily Archives: %s', 'blcr')
Usage
if ( defined( 'DAILY_ARCHIVES' ) ) { // grab the value $value = constant( 'DAILY_ARCHIVES' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /functions/define_template.php
- define('DAILY_ARCHIVES', __('Daily Archives: %s', 'blcr'));