wpseek.com
A WordPress-centric search engine for devs and theme authors



remove_custom_image_header › WordPress Function

Since3.1.0
Deprecated3.4.0
remove_custom_image_header ( No parameters )
See:
Returns:
  • (null|bool) Whether support was removed.
Defined at:
Codex:

Remove image header support.



Source

function remove_custom_image_header() {
	_deprecated_function( __FUNCTION__, '3.4.0', 'remove_theme_support( \'custom-header\' )' );
	return remove_theme_support( 'custom-header' );
}