Tribe__Events__Pro__Main::helpersLoaded()

Common library plugins have been activated. Functions that need to be applied afterwards can be added here.

Contents


Return

(void)


Top ↑

Source

File: src/Tribe/Main.php

		public function helpersLoaded() {
			remove_action( 'widgets_init', 'tribe_related_posts_register_widget' );
			if ( class_exists( 'TribeRelatedPosts' ) ) {
				TribeRelatedPosts::instance();
				require_once( $this->pluginPath . 'vendor/tribe-related-posts/template-tags.php' );
			}
		}