Hooks::action_add_shortcodes()
Adds the new shortcodes, this normally will trigger on init@P20 due to how we the v1 is added on init@P10 and we remove them on init@P15.
It’s important to leave gaps on priority for better injection.
Source
File: src/Tribe/Views/V2/Shortcodes/Hooks.php
public function action_add_shortcodes() {
$this->container->make( Manager::class )->add_shortcodes();
}
Changelog
| Version | Description |
|---|---|
| 4.7.5 | Introduced. |