Hooks::action_disable_shortcode_assets_v1()
Fires to deregister v1 assets correctly for shortcodes.
Top ↑
File: src/Tribe/Views/V2/Shortcodes/Hooks.php
public function action_disable_shortcode_assets_v1() {
$this->container->make( Pro_Assets::class )->disable_v1();
}
Expand full source code
Collapse full source code
Top ↑
Changelog
| Version |
Description |
| 5.5.0 |
Moved this from TribeEventsProViewsV2Hooks. |
| 4.7.9 |
Introduced. |