after-(taxonomy)-table хук-событие . WP 3.0.0
Fires after the taxonomy list table.
The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.
Использование
add_action( 'after-(taxonomy)-table', 'action_function_name_2983' ); function action_function_name_2983( $taxonomy ){ // action... }
- $taxonomy(строка)
- The taxonomy name.
Список изменений
С версии 3.0.0 | Введена. |
Где вызывается хук
В файле: /wp-admin/edit-tags.php
after-(taxonomy)-table
wp-admin/edit-tags.php 645
do_action( "after-{$taxonomy}-table", $taxonomy ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores