HEADER_IMAGE_HEIGHT
The 1st-TEC TwentyTen HEADER IMAGE HEIGHT constant.
Value (string)
apply_filters( 'firsttec_header_image_height', 198 )
Usage
if ( defined( 'HEADER_IMAGE_HEIGHT' ) ) { // grab the value $value = constant( 'HEADER_IMAGE_HEIGHT' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /functions.php
- define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'firsttec_header_image_height', 198 ) );