custom_header_options
Fires just before the submit button in the custom header options form.
Использование
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...
}Список изменений
| С версии 3.1.0 | Введена. |
Где вызывается хук
custom_header_options
wp-admin/includes/class-custom-image-header.php 811
do_action( 'custom_header_options' );