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


Top ↑

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


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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