edited_term_taxonomy

动作钩子
do_action( 'edited_term_taxonomy', $tt_id, $taxonomy, $args )
参数
  • (int) $tt_id Term taxonomy ID.
    Required:
  • (string) $taxonomy Taxonomy slug.
    Required:
  • (array) $args Arguments passed to wp_update_term().
    Required:
定义位置
相关勾子
edit_term_taxonomyedited_term_taxonomiesdeleted_term_taxonomyedit_term_taxonomiesdelete_term_taxonomy
相关方法
register_taxonomyunregister_taxonomyget_taxonomyget_the_taxonomiesis_taxonomyedit_term_link
引入
6.1.0
弃用
-

edited_term_taxonomy: 这是一个过滤钩子,允许开发者在术语被编辑后修改它的分类标准。

在术语-分类学关系更新后立即触发。

do_action( 'edited_term_taxonomy', $tt_id, $taxonomy, $args );

常见问题

FAQs
查看更多 >