Files
doitinpoland.com/wp-content/plugins/wpml-translation-management/classes/translation-proxy/sync-jobs/class-wpml-tp-sync-installer-wrapper.php
2023-09-12 21:41:04 +02:00

11 lines
184 B
PHP

<?php
class WPML_TM_Sync_Installer_Wrapper {
/**
* @return bool
*/
public function is_wpml_registered() {
return (bool) WP_Installer::instance()->get_site_key( 'wpml' );
}
}