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.


Top ↑

Source

File: src/Tribe/Views/V2/Hooks.php

	public function print_inline_styles_in_footer() {
		return 'wp_print_footer_scripts';
	}

Top ↑

Changelog

Changelog
Version Description
5.1.1 Introduced.