LLMS_REST_Controller::object_inserted( object $object, WP_REST_Request $request, array $schema, bool $creating )

Called right after a resource is inserted (created/updated).


Description Description


Parameters Parameters

$object

(Required) Inserted or updated object.

$request

(Required) Request object.

$schema

(Required) The item schema.

$creating

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


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-controller.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.12 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.