Hooks::add_filters()

Add filters for all the shortcode related stuff.

Contents


Source

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

	public function add_filters() {
		add_filter( 'tribe_shortcodes', [ $this, 'filter_tribe_shortcodes' ] );
		add_filter( 'tribe_context_locations', [ $this, 'filter_context_locations' ] );
	}

Top ↑

Changelog

Changelog
Version Description
5.5.0 Introduced.