WPDev.one
Action Hook

after-{$taxonomy}-table

do_action( 'after-{$taxonomy}-table', $taxonomy )

Fires after the taxonomy list table. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `after-category-table` - `after-post_tag-table`

Parameters 1 parameter

Name / Type Description
$taxonomy
mixed
No description available.

Hook Information

Source File
wp-admin/edit-tags.php
Advertisement