apply_filters( 'llms_certificate_is_sharing_enabled', boolean $enabled , LLMS_User_Certificate $certificate )
Filter whether or not sharing is enabled for a certificate.
Parameters Parameters
- $enabled
-
(boolean) Whether or not sharing is enabled.
- $certificate
-
(LLMS_User_Certificate) Certificate class instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |