BACKGROUND_IMAGE
The WordPress Core BACKGROUND IMAGE constant.
Value (string)
$args[0]['default-image']
Usage
if ( defined( 'BACKGROUND_IMAGE' ) ) { // grab the value $value = constant( 'BACKGROUND_IMAGE' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/theme.php
- define( 'BACKGROUND_IMAGE', $args[0]['default-image'] );