wpseek.com
A WordPress-centric search engine for devs and theme authors



remove_custom_background › WordPress Function

Since3.1.0
Deprecated3.4.0
remove_custom_background ( No parameters )
See:
Returns:
  • (null|bool) Whether support was removed.
Defined at:
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' );
}