wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



rest_after_insert_{$this->taxonomy} › Działania WordPress Hooks

Od5.0.0
Przestarzałyn/a
do_action( "rest_after_insert_{$this->taxonomy}", $term, $request, true )
Parametry: (3)
  • (WP_Term) $term Inserted or updated term object.
    Wymagane: Tak
  • (WP_REST_Request) $request Request object.
    Wymagane: Tak
  • (bool) $creating True when creating a term, false when updating.
    Wymagane: Tak
Zdefiniowane na:
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




Źródło

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