LLMS_Settings_Engagements::__construct()
Constructor.
Return Return
(void)
Source Source
File: includes/admin/settings/class.llms.settings.engagements.php
public function __construct() { parent::__construct(); add_action( "lifterlms_settings_{$this->id}", array( $this, 'output_js' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |