This page redirects to an external site: https://developer.wordpress.org/reference/functions/get_background_color/
Retrieve the custom background color for the current active theme.
<?php get_background_color(); ?>
None.
<?php $background_color = get_background_color(); echo "The current background color for your theme is: #" . $background_color . "."; // e6e6e6 ?>
Since: 3.0.0
get_background_color() is located in wp-includes/theme.php.
background_color(), background_image(), get_background_image()