do_action( "llms_delete_{$this->model_post_type}", LLMS_Abstract_User_Engagement $User_Engagement )
Action fired immediately after the deletion of a user’s awarded engagement.
Description Description
The dynamic portion of the hook name, $this->model_post_type
, refers to the engagement type, either "achievement" or "certificate".
Parameters Parameters
- $User_Engagement
-
(LLMS_Abstract_User_Engagement) Achievement or certificate class object.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Migrated from LLMS_User_Certificate and LLMS_User_Achievement. |
3.18.0 | Introduced. |