LLMS_REST_Posts_Controller::check_read_permission( LLMS_Post_Model $object )
Checks if an llms post can be read.
Description Description
Parameters Parameters
- $object
-
(Required) The LLMS_Post_model object.
Return Return
(bool) Whether the post can be read.
Source Source
File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-posts-controller.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |