Hooks::action_disable_shortcode_v1()
Fires to disable V1 of shortcodes, normally they would be registered on init@P10 so we will trigger this on init@P15.
It’s important to leave gaps on priority for better injection.
Source
File: src/Tribe/Views/V2/Hooks.php
public function action_disable_shortcode_v1() {
$this->container->make( Shortcodes\Manager::class )->disable_v1();
}
Changelog
| Version | Description |
|---|---|
| 4.7.5 | Introduced. |