custom_header_options хук-событиеWP 3.1.0

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_Image_Header::step_1()
custom_header_options
wp-admin/includes/class-custom-image-header.php 811
do_action( 'custom_header_options' );

Где используется хук в WordPress

Использование не найдено.