split_shared_term

动作钩子
do_action( 'split_shared_term', $term_id, $new_term_id, $term_taxonomy_id, $term_taxonomy->taxonomy )
参数
  • (int) $term_id ID of the formerly shared term.
    Required:
  • (int) $new_term_id ID of the new term created for the $term_taxonomy_id.
    Required:
  • (int) $term_taxonomy_id ID for the term_taxonomy row affected by the split.
    Required:
  • (string) $taxonomy Taxonomy for the split term.
    Required:
定义位置
相关勾子
saved_termedited_termedited_termssite_allowed_themesrest_prepare_theme
相关方法
the_termssanitize_termget_the_termswp_get_split_termwp_insert_termis_term
引入
4.2.0
弃用
-

split_shared_term函数。split_shared_term函数是WordPress的一个函数,它允许将一个共享术语分割成不同分类法的独立术语: 当一个术语在多个分类法中被共享,而你需要区分每个分类法的术语时,这个函数可以用来解决冲突。

在一个先前共享的分类学术语被分割成两个独立的术语之后触发。

do_action( 'split_shared_term', $term_id, $new_term_id, $term_taxonomy_id, $term_taxonomy->taxonomy );

常见问题

FAQs
查看更多 >