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



rest_after_insert_{$this->taxonomy} › WordPress Action Hooks

Seit5.0.0
Veraltetn/v
do_action( "rest_after_insert_{$this->taxonomy}", $term, $request, true )
Parameter: (3)
  • () term Inserted or updated term object.
    Erforderlich: Ja
  • () request Request object.
    Erforderlich: Ja
  • () creating True when creating a term, false when updating.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after a single term is completely created or updated via the REST API.

The dynamic portion of the hook name, `$this->taxonomy`, refers to the taxonomy slug. Possible hook names include: - `rest_after_insert_category` - `rest_after_insert_post_tag`




Quellcode

do_action( "rest_after_insert_{$this->taxonomy}", $term, $request, true );