add_custom_image_header
- add_custom_image_header is deprecated since version 3.4.0!
Alternative: add_theme_support( \'custom-header\', $args )
add_custom_image_header ( $wp_head_callback, $admin_head_callback, $admin_preview_callback = '' )
Parameters:- (callable) wp_head_callback Call on the {@see 'wp_head'} action.
- (callable) admin_head_callback Call on custom header administration screen.
- (callable) admin_preview_callback Output a custom header image div on the custom header administration screen. Optional.
See:Defined at: - Introduced in WordPress: 2.1.0
- Deprecated in WordPress: 3.4.0
Description
Add callbacks for image header display.