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.

Contents

It’s important to leave gaps on priority for better injection.


Source

File: src/Tribe/Views/V2/Hooks.php

	public function action_add_shortcodes() {
		$this->container->make( Shortcodes\Manager::class )->add_shortcodes();
	}

Top ↑

Changelog

Changelog
Version Description
4.7.5 Introduced.