在分类列表表后触发。
原型
do_action( "after-{$taxonomy}-table", string $taxonomy )
描述
钩子名称的动态部分$ taxonomy指的是分类标本。
参数
$taxonomy
(string)
分类名称。
源文件
路径:wp-admin/edit-tags.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/after-taxonomy-table/
在分类列表表后触发。
do_action( "after-{$taxonomy}-table", string $taxonomy )
钩子名称的动态部分$ taxonomy指的是分类标本。
$taxonomy
(string)
分类名称。
路径:wp-admin/edit-tags.php
英文文档:https://developer.wordpress.org/reference/hooks/after-taxonomy-table/
请在后台设置小工具!