wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



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

Seit3.0.0
Veraltetn/v
do_action( "after-{$taxonomy}-table", $taxonomy )
Parameter:
  • () taxonomy The taxonomy name.
    Erforderlich: Ja
Definiert in:
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`




Quellcode

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