THE_SECONDRY_FOOTER_WIDGET
The Black Rider Lite Responsive Theme THE SECONDRY FOOTER WIDGET constant.
Value (string)
__('The second footer widget area', 'blcr')
Usage
if ( defined( 'THE_SECONDRY_FOOTER_WIDGET' ) ) { // grab the value $value = constant( 'THE_SECONDRY_FOOTER_WIDGET' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /functions/define_template.php
- define('THE_SECONDRY_FOOTER_WIDGET', __('The second footer widget area', 'blcr'));