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



rest_insert_{$this->post_type} › WordPress Action Hooks

Seit4.7.0
Veraltetn/v
do_action( "rest_insert_{$this->post_type}", $post, $request, true )
Parameter: (3)
  • () post Inserted or updated post object.
    Erforderlich: Ja
  • () request Request object.
    Erforderlich: Ja
  • () creating True when creating a post, false when updating.
    Erforderlich: Ja
Definiert in:
Codex:

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

The dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. Possible hook names include: - `rest_insert_post` - `rest_insert_page` - `rest_insert_attachment`




Quellcode

do_action( "rest_insert_{$this->post_type}", $post, $request, true );