wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



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

Da3.0.0
Deprecaton/a
do_action( "after-{$taxonomy}-table", $taxonomy )
Parametri:
  • (string) $taxonomy The taxonomy name.
    Richiesto:
Definito a:
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




Sorgenti

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