wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



split_shared_term › WordPress Action Hooks

Seit4.2.0
Veraltetn/v
do_action( 'split_shared_term', $term_id, $new_term_id, $term_taxonomy_id, $term_taxonomy->taxonomy )
Parameter: (4)
  • (int) $term_id ID of the formerly shared term.
    Erforderlich: Ja
  • (int) $new_term_id ID of the new term created for the $term_taxonomy_id.
    Erforderlich: Ja
  • (int) $term_taxonomy_id ID for the term_taxonomy row affected by the split.
    Erforderlich: Ja
  • (string) $taxonomy Taxonomy for the split term.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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