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



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

Seit4.7.0
Veraltetn/v
do_action( "rest_delete_{$this->post_type}", $post, $response, $request )
Parameter: (3)
  • () post The deleted or trashed post.
    Erforderlich: Ja
  • () response The response data.
    Erforderlich: Ja
  • () request The request sent to the API.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately after a single post is deleted or trashed via the REST API.

They dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. Possible hook names include: - `rest_delete_post` - `rest_delete_page` - `rest_delete_attachment`




Quellcode

do_action( "rest_delete_{$this->post_type}", $post, $response, $request );