LLMS_Abstract_Integration::__construct()
Constructor
Description Description
Return Return
(void)
Source Source
File: includes/abstracts/llms.abstract.integration.php
public function __construct() { $this->configure(); add_filter( 'lifterlms_integrations_settings_' . $this->id, array( $this, 'add_settings' ), $this->priority, 1 ); do_action( 'llms_integration_' . $this->id . '_init', $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: