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