Tribe__Customizer::customize_controls_print_footer_scripts()

Add an action for some backwards compatibility.


Return

(void)


Top ↑

Source

File: src/Tribe/Customizer.php

	public function customize_controls_print_footer_scripts() {
		/**
		 * Allows plugins to hook in and add any scripts they need at the right time.
		 *
		 * @param Tribe__Customizer $customizer The current instance of Tribe__Customizer.
		 */
		do_action( 'tribe_enqueue_customizer_scripts', $this );
	}

Top ↑

Changelog

Changelog
Version Description
4.14.2 Introduced.