background_color
Display background color value.
Description
background_color();
Usage
if ( !function_exists( 'background_color' ) ) { require_once ABSPATH . WPINC . '/theme.php'; } // NOTICE! Understand what this does before running. $result = background_color();
Defined (1)
The function is defined in the following location(s).
- /wp-includes/theme.php
- function background_color() {
- echo get_background_color();
- }