LLMS_REST_Sections_Controller::is_delete_forced( WP_REST_Request $request )
Whether the delete should be forced.
Description Description
Parameters Parameters
- $request
-
(Required) Full details about the request.
Return Return
(bool) True if the delete should be forced, false otherwise.
Source Source
File: libraries/lifterlms-rest/includes/server/class-llms-rest-sections-controller.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |