Hooks::print_inline_styles_in_footer()
Changes the action the Customizer should use to try and print inline styles to print the inline styles in the footer.
Return #
(string) The action the Customizer should use to print inline styles.
Source #
File: src/Tribe/Views/V2/Hooks.php
public function print_inline_styles_in_footer() { return 'wp_print_footer_scripts'; }
Changelog #
Version | Description |
---|---|
5.3.1 | Introduced. |