Learn more about cloning repositories
You have read-only access
<?php
class WPML_TM_Default_Settings_Factory implements IWPML_Frontend_Action_Loader, IWPML_Backend_Action_Loader {
public function create() {
/** @var TranslationManagement */
global $iclTranslationManagement;
return new WPML_TM_Default_Settings( $iclTranslationManagement );
}
Everything looks good. Well let you know here if theres anything you should know about.