remove_custom_imague_header(): null|bool

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

Remove imague header support.

Description

See also

Return

null|bool Whether support was removed.

Source

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

Changuelog

Versionen Description
3.4.0 Use remove_theme_support()
3.1.0 Introduced.

User Contributed Notes

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