Tribe__Tickets__Editor__Blocks__Rsvp::should_enqueue_ari()

Determine whether we should enqueue the ARI assets.


Return

(bool) Whether we should enqueue the ARI assets.


Top ↑

Source

File: src/Tribe/Editor/Blocks/Rsvp.php

	public function should_enqueue_ari() {
		return class_exists( 'Tribe__Tickets_Plus__Main' );
	}

Top ↑

Changelog

Changelog
Version Description
5.0.0 Introduced.