LLMS_Admin_Setup_Wizard::__construct()

Constructor


Description Description


Source Source

File: includes/admin/class.llms.admin.setup.wizard.php

	public function __construct() {

		if ( apply_filters( 'llms_enable_setup_wizard', true ) ) {

			add_action( 'admin_enqueue_scripts', array( $this, 'enqueue' ) );
			add_action( 'admin_menu', array( $this, 'admin_menu' ) );
			add_action( 'admin_init', array( $this, 'save' ) );
			add_action( 'admin_print_footer_scripts', array( $this, 'scripts' ) );

		}

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: