Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Engagements::__construct()
Constructor Adds actions to events that trigger engagements
Description Description
Source Source
File: includes/class.llms.engagements.php
private function __construct() { if ( defined( 'LLMS_ENGAGEMENT_DEBUG' ) && LLMS_ENGAGEMENT_DEBUG ) { $this->debug = true; } $this->add_actions(); $this->init(); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: