Warning: This hook has been deprecated. Filter llms_certificate_has_user_earned is deprecated in favor of llms_earned_certificate_dupcheck instead.
apply_filters_deprecated( 'llms_certificate_has_user_earned', boolean $has_earned , LLMS_Certificate_User $user_cert )
Deprecated.
Parameters Parameters
- $has_earned
-
(boolean) Whether or not the certificate has been earned.
- $user_cert
-
(LLMS_Certificate_User) The user certificate object.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |