LLMS_Admin_Assets::admin_print_footer_scripts()

Output inline scripts in the admin footer.


Return Return

(void)


Top ↑

Source Source

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

	public function admin_print_footer_scripts() {
		llms()->assets->output_inline( 'footer' );
	}


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.