Hooks::action_disable_shortcode_assets_v1()

Fires to deregister v1 assets correctly for shortcodes.


Return

(void)


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
4.7.9 Introduced.