WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/remove custom image header

This function has been. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions. All code that uses this function should be converted to use its replacement if one exists. See also [[1]]. Use **remove_theme_support('custom-header')** instead.

Description

Remove image header support.

Usage

<?php remove_custom_image_header(); ?>

Parameters

None.

Return Values

(boolean) 
Whether support was removed.

Examples

Notes

Change Log

Since: 3.1.0

Source File

remove_custom_image_header() is located in /wp-includes/theme.php.

Related

Custom Headers: add_custom_image_header(), remove_custom_image_header(), register_default_headers(), unregister_default_headers()

See also index of Function Reference and index of Template Tags.