Tribe__Events__Rewrite::is_wpml_active()
Checking if WPML is active on this WP
Return
(boolean)
Source
File: src/Tribe/Rewrite.php
public function is_wpml_active() {
return ! empty( $GLOBALS['sitepress'] ) && $GLOBALS['sitepress'] instanceof SitePress;
}