wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



after-{$taxonomy}-table › Les Actions WordPress

Depuis3.0.0
Dépréciéen/a
do_action( "after-{$taxonomy}-table", $taxonomy )
Paramètres:
  • (string) $taxonomy The taxonomy name.
    Requis: Oui
Défini(e) dans:
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