Hooks::add_actions()

Register any actions for the Customizer


Return

(void)


Top ↑

Source

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

	public function add_actions() {
		add_action( 'customize_controls_enqueue_scripts', [ $this, 'enqueue_customizer_control_scripts'] );
	}

Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.