get_background_color [ WordPress Function ]
get_background_color ( No parameters )
| Returns: |
|
| Defined at: |
|
Similar Functions: background_color, get_background_image, _custom_background_cb, _get_cron_lock, background_image
Retrieve value for custom background color.
Examples [ wp-snippets.com ]
Top Google Search Results
- get_background_color (WordPress Function) - WPSeek.com
WordPress lookup for get_background_color, a WordPress Function. wpseek. com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - get_background_color() WordPress function reference, arguments ...
function get_background_color() { $default = defined('BACKGROUND_COLOR') ? BACKGROUND_COLOR : ''; return get_theme_mod('background_color', ...
queryposts.com - get_background_color
Function and Method Cross Reference. get_background_color(). Defined at: /wp- includes/theme.php -> line 1078. Referenced 6 times: /wp-includes/theme.php ...
phpxref.ftwr.co.uk - get_background_color | A HitchHackers guide through WordPress
Feb 12, 2011 ... Source code. function get_background_color() { $default = defined(' BACKGROUND_COLOR') ? BACKGROUND_COLOR : ''; return ...
hitchhackerguide.com