Tribe__Events__Rewrite::is_wpml_active()

Checking if WPML is active on this WP

Contents


Return

(boolean)


Top ↑

Source

File: src/Tribe/Rewrite.php

	public function is_wpml_active() {
		return ! empty( $GLOBALS['sitepress'] ) && $GLOBALS['sitepress'] instanceof SitePress;
	}