custom_header_options
Fires just before the submit button in the custom header options form.
Usage
add_action( 'custom_header_options', 'wp_kama_custom_header_options_action' );
/**
* Function for `custom_header_options` action-hook.
*
* @return void
*/
function wp_kama_custom_header_options_action(){
// action...
}Changelog
| Since 3.1.0 | Introduced. |
Where the hook is called
custom_header_options
wp-admin/includes/class-custom-image-header.php 811
do_action( 'custom_header_options' );