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



remove_custom_background › WordPress Function

Depuis3.1.0
Dépréciée3.4.0
remove_custom_background ( Pas de paramètres )
Voir:
Retourne:
  • (null|bool) Whether support was removed.
Défini(e) dans:
Codex:

Remove custom background support.



Source

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