wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



edited_{$taxonomy} › WordPress Action Hooks

Seit6.1.0
Veraltetn/v
do_action( "edited_{$taxonomy}", $term_id, $tt_id, $args )
Parameter: (3)
  • (int) $term_id Term ID.
    Erforderlich: Ja
  • (int) $tt_id Term taxonomy ID.
    Erforderlich: Ja
  • (array) $args Arguments passed to wp_update_term().
    Erforderlich: Ja
Definiert in:
Codex:

Fires after a term for a specific taxonomy has been updated, and the term cache has been cleaned.

The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.

Possible hook names include:

  • edited_category
  • edited_post_tag




Quellcode

do_action( "edited_{$taxonomy}", $term_id, $tt_id, $args );