LifterLMS::init()

Init LifterLMS when WordPress Initialises.


Return Return

(void)


Top ↑

Source Source

File: class-lifterlms.php

	public function init() {

		do_action( 'before_lifterlms_init' );

		$this->block_templates();
		$this->engagements();
		$this->notifications();
		( new LLMS_Media_Protector() )->register_callbacks();

		include_once 'includes/class-llms-elementor-migrate.php';
		include_once 'includes/class-llms-bricks.php';
		include_once 'includes/class-llms-beaver-builder.php';
		include_once 'includes/class-llms-beaver-builder-migrate.php';

		do_action( 'lifterlms_init' );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
7.7.0 Initialize Elementor migration.
5.8.0 Initialize block templates.
4.13.0 Remove site staging/duplicate check and run only on admin_init.
4.12.0 Check site staging/duplicate status & trigger associated actions.
4.0.0 Don't initialize removed LLMS_Person() class.
3.21.1 Unknown.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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