PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wpml-string-translation
/
classes
/
translation-files
<?php namespace WPML\ST\TranslationFile; use WPML\ST\MO\File\ManagerFactory; use function WPML\Container\make; class UpdateHooksFactory { /** @return UpdateHooks */ public static function create() { static $instance; if ( ! $instance ) { $instance = make( UpdateHooks::class, [ ':file_manager' => ManagerFactory::create() ] ); } return $instance; } }
[-] Domains.php
[edit]
[-] Builder.php
[edit]
[-] StringEntity.php
[edit]
[-] DomainsLocalesMapper.php
[edit]
[-] UpdateHooksFactory.php
[edit]
[-] StringsRetrieve.php
[edit]
[-] UpdateHooks.php
[edit]
[-] Manager.php
[edit]
[+]
Sync
[+]
..
[-] Hooks.php
[edit]
[+]
jed