LLMS_Frontend_Assets::output_header_scripts()
Output inline scripts in the header
Return Return
(void)
Source Source
File: includes/class.llms.frontend.assets.php
public static function output_header_scripts() {
llms()->assets->output_inline( 'header' );
}
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. |