LLMS_Abstract_Integration::__construct()

Constructor


Description Description


Return Return

(void)


Top ↑

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 );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: