LLMS_REST_Controller_Stubs::check_read_item_permissions( int $item_id )
Determine if the current user can view the requested item.
Description Description
Parameters Parameters
- $item_id
-
(Required) WP_User id.
Return Return
(bool)
Source Source
File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-controller-stubs.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.10 | Add text domain to i18n functions. |
1.0.0-beta.1 | Introduced. |