wpseek.com
A WordPress-centric search engine for devs and theme authors



saved_term › WordPress Action Hooks

Since6.1.0
Deprecatedn/a
do_action( 'saved_term', $term_id, $tt_id, $taxonomy, false, $args )
Parameters: (5)
  • () term_id Term ID.
    Required: Yes
  • () tt_id Term taxonomy ID.
    Required: Yes
  • () taxonomy Taxonomy slug.
    Required: Yes
  • () update Whether this is an existing term being updated.
    Required: Yes
  • () args Arguments passed to wp_insert_term().
    Required: Yes
Defined at:
Codex:

Fires after a term has been saved, and the term cache has been cleared.

The {@see 'saved_$taxonomy'} hook is also available for targeting a specific taxonomy.




Source

do_action( 'saved_term', $term_id, $tt_id, $taxonomy, false, $args );