wpseek.com
WordPress开发者和主题制作者的搜索引擎



after-{$taxonomy}-table › WordPress动作钩子

Since3.0.0
已弃用n/a
do_action( "after-{$taxonomy}-table", $taxonomy )
参数:
  • (string) $taxonomy The taxonomy name.
    Required: Yes
定义在:
文档:

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




源码

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