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() {
		$assets = $this->container->make( Assets::class );
		$assets->disable_v1();
	}

Top ↑

Changelog

Changelog
Version Description
4.9.11 Introduced.