edit_term_taxonomies

动作钩子
do_action( 'edit_term_taxonomies', $edit_tt_ids )
参数
  • (array) $edit_tt_ids An array of term taxonomy IDs for the given term.
    Required:
定义位置
相关勾子
edited_term_taxonomiesedit_term_taxonomyedited_term_taxonomydelete_term_taxonomydeleted_term_taxonomy
相关方法
get_the_taxonomiesget_post_taxonomiesthe_taxonomiesget_taxonomiesget_object_taxonomiesget_attachment_taxonomies
引入
2.9.0
弃用
-

edit_term_taxonomies。这个过滤器用于在编辑特定术语时修改与之相关的分类法。它接受一个分类学对象的数组作为参数。

在要删除的项的子项被重新指定为父项之前立即激发。

do_action( 'edit_term_taxonomies', $edit_tt_ids );

常见问题

FAQs
查看更多 >