LLMS_Admin_Menus::add_ons_page_init()

Output the add-ons screen.


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class.llms.admin.menus.php

	public function add_ons_page_init() {

		$view = new LLMS_Admin_AddOns();
		$view->handle_actions();
		$view->output();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Removed loading the LLMS_Admin_AddOns class file that is now handled by the autoloader.
3.5.0
3.22.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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