apply_filters( 'tribe_customizer_print_styles_action', string $inline_script_action_handle )

Allows filtering the action that will be used to trigger the printing of inline scripts.

By default inline scripts will be printed on the wp_enqueue_scripts action, but other plugins or later iterations might require inline styles to be printed on other actions.


Parameters

$inline_script_action_handle

(string) The handle of the action that will be used to try and attempt to print inline scripts.


Top ↑

Source

File: src/Tribe/Customizer.php


Top ↑

Changelog

Changelog
Version Description
4.12.15 Introduced.