Service_Provider::support_archive_shortcode()

Builds and hooks the class that will handle shortcode support in the context of Elementor.

Contents


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 );
	}

Top ↑

Changelog

Changelog
Version Description
5.1.4 Introduced.