wpseek.com
A WordPress-centric search engine for devs and theme authors



after-{$taxonomy}-table › WordPress Action Hooks

Since3.0.0
Deprecatedn/a
do_action( "after-{$taxonomy}-table", $taxonomy )
Parameters:
  • () taxonomy The taxonomy name.
    Required: Yes
Defined at:
Codex:

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`




Source

do_action( "after-{$taxonomy}-table", $taxonomy );  // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores