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



remove_custom_background › WordPress Function

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

Remove custom background support.



Sorgenti

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