Service_Provider::support_archive_shortcode()
Builds and hooks the class that will handle shortcode support in the context of Elementor.
Source
File: src/Tribe/Integrations/Elementor/Service_Provider.php
public function support_archive_shortcode() {
add_filter( 'do_shortcode_tag', [ $this->container->make( Shortcodes::class ), 'support_archive_shortcode' ], 10, 2 );
}
Changelog
| Version | Description |
|---|---|
| 5.1.4 | Introduced. |