LLMS_REST_Posts_Controller::check_create_permission()
Checks if a post can be edited.
Return Return
(bool) Whether the post can be created
Source Source
File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-posts-controller.php
/** * Maps a taxonomy name to the relative rest base * * @since 1.0.0-beta.1 * * @param object $taxonomy The taxonomy object.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |