remove_custom_image_header()

最后更新于:2021-11-27 21:41:42

remove_custom_image_header()

Remove image header support.

响应

(null|bool) Whether support was removed.

源文件

文件: gc-includes/deprecated.php

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