saved_{$taxonomy}, $term_id, $tt_id, false, $args
saved_{$taxonomy}, $term_id, $tt_id, false, $args
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('saved_{$taxonomy}, $term_id, $tt_id, false, $args') is found 1 times:
- /wp-includes/taxonomy.php line 2789
* @param int $tt_id Term taxonomy ID. * @param bool $update Whether this is an existing term being updated. * @param array $args Arguments passed to wp_insert_term(). */ do_action( "saved_{$taxonomy}", $term_id, $tt_id, false, $args ); return array( 'term_id' => $term_id, 'term_taxonomy_id' => $tt_id, ); }