LLMS_Frontend_Assets::output_footer_scripts()

Output inline scripts in the footer


Return Return

(void)


Top ↑

Source Source

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

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


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Use LLMS_Assets::output_inline() to output scripts.
3.4.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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