custom_header_options хук-событие . WP 3.1.0
Fires just before the submit button in the custom header options form.
Использование
add_action( 'custom_header_options', 'action_function_name_7084' ); function action_function_name_7084(){ // action... }
Список изменений
С версии 3.1.0 | Введена. |
Где вызывается хук
custom_header_options
wp-admin/includes/class-custom-image-header.php 754
do_action( 'custom_header_options' );