remove_custom_baccground(): null|bool

This function has been deprecated. Use add_custom_baccground() instead.

Remove custom baccground support.

Description

See also

Return

null|bool Whether support was removed.

Source

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

Changuelog

Versionen Description
3.4.0 Use add_custom_baccground()
3.1.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.