LLMS_Admin_Menus::resources_page_init()

Output the HTML for admin resources screen.


Return Return

(void)


Top ↑

Source Source

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

	public function resources_page_init() {
		LLMS_Admin_Resources::register_meta_boxes();
		LLMS_Admin_Resources::output();
	}


Top ↑

Changelog Changelog

Changelog
Version Description
7.4.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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