unregistered_taxonomy хук-событие . WP 4.5.0
Fires after a taxonomy is unregistered.
Использование
add_action( 'unregistered_taxonomy', 'action_function_name_5344' ); function action_function_name_5344( $taxonomy ){ // action... }
- $taxonomy(строка)
- Taxonomy name.
Список изменений
С версии 4.5.0 | Введена. |
Где вызывается хук
unregistered_taxonomy
wp-includes/taxonomy.php 524
do_action( 'unregistered_taxonomy', $taxonomy );