class-wpml-tp-sync-installer-wrapper.php 184 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?php class WPML_TM_Sync_Installer_Wrapper { /** * @return bool */ public function is_wpml_registered() { return (bool) WP_Installer::instance()->get_site_key( 'wpml' ); } }