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".


Top ↑

Parameters Parameters

$User_Engagement

(LLMS_Abstract_User_Engagement) Achievement or certificate class object.


Top ↑

Source Source

File: includes/abstracts/llms-abstract-user-engagement.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Migrated from LLMS_User_Certificate and LLMS_User_Achievement.
3.18.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.