PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wpml-string-translation
/
classes
/
translation-files
/
jed
<?php use WPML\Collect\Support\Collection; use WPML\ST\TranslationFile\Manager; class WPML_ST_JED_File_Manager extends Manager { /** * @return string */ protected function getFileExtension() { return 'json'; } /** * @return bool */ public function isPartialFile() { return false; } /** * @return Collection */ protected function getDomains() { return $this->domains->getJEDDomains(); } }
[-] wpml-st-jed-file-manager.php
[edit]
[+]
Hooks
[-] wpml-st-jed-domain.php
[edit]
[-] wpml-st-script-translations-hooks-factory.php
[edit]
[+]
..
[-] wpml-st-script-translations-hooks.php
[edit]
[-] wpml-st-jed-file-builder.php
[edit]