Definition:
function get_background_color() {}
Retrieve value for custom background color.
Source code
function get_background_color() {
$default = defined('BACKGROUND_COLOR') ? BACKGROUND_COLOR : '';
return get_theme_mod('background_color', $default);
}
1190

February 12, 2011 


No comments yet... Be the first to leave a reply!