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