Browse: Home / Classes / LD_REST_Quizzes_Controller_V2 /

LD_REST_Quizzes_Controller_V2::rest_after_insert_action

LD_REST_Quizzes_Controller_V2::rest_after_insert_action( WP_Post $post,  WP_REST_Request $request,  bool $creating )

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


Description #


Parameters #

$post

(WP_Post) (Required) Inserted or updated post object.

$request

(WP_REST_Request) (Required) Request object.

$creating

(bool) (Required) True when creating a post, false when updating.


Source #

File: includes/rest-api/v2/class-ld-rest-quizzes-controller.php


Changelog #

Changelog
Version Description
3.4.0 Introduced.