saved_term, $term_id, $tt_id, $taxonomy, false, $args
saved_term, $term_id, $tt_id, $taxonomy, false, $args
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('saved_term, $term_id, $tt_id, $taxonomy, false, $args') is found 1 times:
- /wp-includes/taxonomy.php line 2768
* @param string $taxonomy Taxonomy slug. * @param bool $update Whether this is an existing term being updated. * @param array $args Arguments passed to wp_insert_term(). */ do_action( 'saved_term', $term_id, $tt_id, $taxonomy, false, $args ); /** * Fires after a term in a specific taxonomy has been saved, and the term * cache has been cleared. * * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.