LLMS_Settings_Engagements::__construct()

Constructor.


Return Return

(void)


Top ↑

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


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.