(taxonomy)_term_new_form_tag хук-событие . WP 3.7.0
Fires inside the Add Tag form tag.
The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.
Использование
add_action( '(taxonomy)_term_new_form_tag', 'action_function_name_9528' ); function action_function_name_9528(){ // action... }
Список изменений
С версии 3.7.0 | Введена. |
Где вызывается хук
В файле: /wp-admin/edit-tags.php
(taxonomy)_term_new_form_tag
wp-admin/edit-tags.php 435
do_action( "{$taxonomy}_term_new_form_tag" );