PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wpml-string-translation
/
inc
<?php require WPML_ST_PATH . '/inc/functions.php'; require WPML_ST_PATH . '/inc/private-actions.php'; require WPML_ST_PATH . '/inc/private-filters.php'; /** * @return WPML_Admin_Texts */ function wpml_st_load_admin_texts() { global $wpml_st_admin_texts; if ( ! $wpml_st_admin_texts ) { global $iclTranslationManagement, $WPML_String_Translation; $wpml_st_admin_texts = new WPML_Admin_Texts( $iclTranslationManagement, $WPML_String_Translation ); } return $wpml_st_admin_texts; }
[-] constants.php
[edit]
[-] functions-load.php
[edit]
[-] private-filters.php
[edit]
[-] wpml-st-string-update.class.php
[edit]
[-] wpml-string-translation.class.php
[edit]
[+]
admin-texts
[-] wpml-localization.class.php
[edit]
[-] functions.php
[edit]
[-] potx.php
[edit]
[-] lang-map.csv
[edit]
[-] auto-download-locales.php
[edit]
[+]
gettext
[+]
..
[-] potx-callback.php
[edit]
[-] private-actions.php
[edit]
[+]
package-translation