HEADER_IMAGE_WIDTH
The BuddyPress HEADER IMAGE WIDTH constant.
Value (string)
apply_filters( 'bp_dtheme_header_image_width', 1250 )
Usage
if ( defined( 'HEADER_IMAGE_WIDTH' ) ) { // grab the value $value = constant( 'HEADER_IMAGE_WIDTH' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /bp-themes/bp-default/functions.php
- define( 'HEADER_IMAGE_WIDTH', apply_filters( 'bp_dtheme_header_image_width', 1250 ) );