LLMS_Frontend_Assets::output_footer_scripts()
Output inline scripts in the footer
Return Return
(void)
Source Source
File: includes/class.llms.frontend.assets.php
public static function output_footer_scripts() { llms()->assets->output_inline( 'footer' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Use LLMS_Assets::output_inline() to output scripts. |
3.4.1 | Introduced. |