Codex tools: Log in
Languages: English • 日本語 • (Add your language)
Contents |
Add callbacks for background image display.
The parameter $header_callback callback will be required to display the content for the 'wp_head' action. The parameter $admin_header_callback callback will be added to Custom_Background class and that will be added to the 'admin_menu' action.
<?php add_custom_background( $header_callback, $admin_header_callback, $admin_image_div_callback ) ?>
Since: 3.0.0
add_custom_background() is located in wp-includes/theme.php.
Theme Support:
add_theme_support(),
remove_theme_support(),
current_theme_supports()
add_editor_style()
Theme Features:
Post Thumbnails,
Navigation Menus,
Widgets API,
Post Formats,
Custom Backgrounds,
Custom Headers