apply_filters( 'llms_certificate_can_user_manage', boolean $result , int $user_id , LLMS_User_Certificate $certificate )
Filter whether or not a user can manage a given certificate.
Parameters Parameters
- $result
-
(boolean) Whether or not the user can manage certificate.
- $user_id
-
(int) WP_User ID of the user viewing the certificate.
- $certificate
-
(LLMS_User_Certificate) Certificate class instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |