wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



after-{$taxonomy}-table › Działania WordPress Hooks

Od3.0.0
Przestarzałyn/a
do_action( "after-{$taxonomy}-table", $taxonomy )
Parametry:
  • (string) $taxonomy The taxonomy name.
    Wymagane: Tak
Zdefiniowane na:
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




Źródło

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