LLMS_REST_Controller::update_item( WP_REST_Request $request )

Update item.


Description Description


Parameters Parameters

$request

(Required) Request object.


Top ↑

Return Return

(WP_REST_Response|WP_Error) Response object or WP_Error on failure.


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 Call object_inserted and object_completely_inserted after an object is respectively inserted in the DB and all its additional fields have been updated as well (completely inserted).
1.0.0-beta.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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