On this page
background_color()
Displays background color value.
Source
File: wp-includes/theme.php. View all references
function background_color() {
echo get_background_color();
}
Related
Uses
| Uses | Description |
|---|---|
| get_background_color() wp-includes/theme.php | Retrieves value for custom background color. |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/background_color