wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



remove_custom_image_header › WordPress Function

Da3.1.0
Deprecato3.4.0
remove_custom_image_header ( Nessun parametro )
Vedi:
Ritorna:
  • (null|bool) Whether support was removed.
Definito a:
Codex:

Remove image header support.



Sorgenti

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