WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about split_shared_term

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php do_action 4277 /**
* Fires after a previously shared taxonomy term is split into two separate terms.
*
* @since 4.2.0
*
* @param int $term_id ID of the formerly shared term.
* @param int $new_term_id ID of the new term created for the $term_taxonomy_id.
* @param int $term_taxonomy_id ID for the term_taxonomy row affected by the split.
* @param string $taxonomy Taxonomy for the split term.
*/

Hook Parameters

Parameter Type Name Description
int $term_id ID of the formerly shared term.
int $new_term_id ID of the new term created for the $term_taxonomy_id.
int $term_taxonomy_id ID for the term_taxonomy row affected by the split.
string $taxonomy Taxonomy for the split term.