do_action( "llms_{$this->model_post_type}_synchronized", LLMS_Abstract_User_Engagement $engagement , LLMS_Abstract_User_Engagement $template , string $context )
Action run after an awarded engagement is synchronized with its template.
Description Description
The dynamic portion of the hook name, $this->model_post_type
, refers to the engagement type, either "achievement" or "certificate".
Parameters Parameters
- $engagement
-
(LLMS_Abstract_User_Engagement) Awarded engagement object.
- $template
-
(LLMS_Abstract_User_Engagement) Engagement template object.
- $context
-
(string) The context within which the synchronization is run. Either "create" or "update".
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |