delete_term, $term, $tt_id, $taxonomy, $deleted_term, $object_ids
delete_term, $term, $tt_id, $taxonomy, $deleted_term, $object_ids
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('delete_term, $term, $tt_id, $taxonomy, $deleted_term, $object_ids') is found 1 times:
- /wp-includes/taxonomy.php line 2216
* @param string $taxonomy Taxonomy slug. * @param WP_Term $deleted_term Copy of the already-deleted term. * @param array $object_ids List of term object IDs. */ do_action( 'delete_term', $term, $tt_id, $taxonomy, $deleted_term, $object_ids ); /** * Fires after a term in a specific taxonomy is deleted. * * The dynamic portion of the hook name, `$taxonomy`, refers to the specific * taxonomy the term belonged to.