Hooks::action_disable_shortcode_assets_v1()

Fires to deregister v1 assets correctly for shortcodes.


Return

(void)


Top ↑

Source

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

	public function action_disable_shortcode_assets_v1() {
		$this->container->make( Pro_Assets::class )->disable_v1();
	}

Top ↑

Changelog

Changelog
Version Description
5.5.0 Moved this from TribeEventsProViewsV2Hooks.
4.7.9 Introduced.