Hooks::action_disable_shortcode_assets_v1()
Fires to deregister v1 assets correctly for shortcodes.
Return
(void)
Source
File: src/Tribe/Views/V2/Hooks.php
public function action_disable_shortcode_assets_v1() {
$assets = $this->container->make( Assets::class );
$assets->disable_v1();
}
Changelog
| Version | Description |
|---|---|
| 4.9.11 | Introduced. |