custom_header_options WordPress Action Hook

This hook allows you to add custom header options to your WordPress site. This is useful if you want to add a custom logo or background image to your header. You can also use this hook to change the color of your header, or to add a custom menu to your header.

do_action( 'custom_header_options' ) #

Fires just before the submit button in the custom header options form.


Source

File: wp-admin/includes/class-custom-image-header.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.