wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



remove_custom_background › WordPress Function

Seit3.1.0
Veraltet3.4.0
remove_custom_background ( Keine Parameter )
Siehe:
Gibt zurück:
  • (null|bool) Whether support was removed.
Definiert in:
Codex:

Remove custom background support.



Quellcode

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