wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



remove_custom_image_header › WordPress Function

Depuis3.1.0
Dépréciée3.4.0
remove_custom_image_header ( Pas de paramètres )
Voir:
Retourne:
  • (null|bool) Whether support was removed.
Défini(e) dans:
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' );
}