wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



split_shared_term › WordPress Action Hooks

Da4.2.0
Deprecaton/a
do_action( 'split_shared_term', $term_id, $new_term_id, $term_taxonomy_id, $term_taxonomy->taxonomy )
Parametri: (4)
  • (int) $term_id ID of the formerly shared term.
    Richiesto:
  • (int) $new_term_id ID of the new term created for the $term_taxonomy_id.
    Richiesto:
  • (int) $term_taxonomy_id ID for the term_taxonomy row affected by the split.
    Richiesto:
  • (string) $taxonomy Taxonomy for the split term.
    Richiesto:
Definito a:
Codex:

Fires after a previously shared taxonomy term is split into two separate terms.





Sorgenti

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