Hooks::add_filters()
Add filters for all the shortcode related stuff.
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' ] );
}
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |