PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
upgrade
/
commands
<?php class WPML_Upgrade_Admin_Users_Languages { private $sitepress; const ICL_ADMIN_LANGUAGE_MIGRATED_TO_WP_47 = 'icl_admin_language_migrated_to_wp47'; public function __construct( SitePress $sitepress ) { $this->sitepress = $sitepress; $this->add_hooks(); } public function add_hooks() { add_action( 'admin_init', array( $this, 'run' ) ); } public function run() { $user_id = get_current_user_id(); $wpml_user_lang = get_user_meta( $user_id, 'icl_admin_language', true ); $wpml_user_lang_migrated = get_user_meta( $user_id, self::ICL_ADMIN_LANGUAGE_MIGRATED_TO_WP_47, false ); $wpml_user_locale = $this->sitepress->get_locale_from_language_code( $wpml_user_lang ); $wp_user_locale = get_user_meta( $user_id, 'locale', true ); if ( ! $wpml_user_lang_migrated ) { if ( $wpml_user_locale && $wpml_user_locale !== $wp_user_locale ) { update_user_meta( $user_id, 'locale', $wpml_user_locale ); } update_user_meta( $user_id, self::ICL_ADMIN_LANGUAGE_MIGRATED_TO_WP_47, true ); } } }
[-] AddAteSyncCountToTranslationJob.php
[edit]
[-] AddCountryColumnToLanguages.php
[edit]
[-] class-wpml-upgrade-add-location-column-to-strings.php
[edit]
[-] class-wpml-upgrade-fix-non-admin-cap.php
[edit]
[-] class-wpml-tm-add-tp-revision-and-ts-status-columns-to-core-status.php
[edit]
[-] class-wpml-upgrade-media-duplication-in-core.php
[edit]
[-] class-wpml-upgrade-add-editor-column-to-icl-translate-job.php
[edit]
[-] class-wpml-tm-add-tp-revision-and-ts-status-columns-to-translation-status.php
[edit]
[-] class-wpml-add-uuid-column-to-translation-status.php
[edit]
[-] class-wpml-tm-upgrade-wpml-site-id-ate.php
[edit]
[-] class-wpml-upgrade-media-without-language.php
[edit]
[-] ResetTranslatorOfAutomaticJobs.php
[edit]
[+]
SynchronizeSourceIdOfATEJobs
[-] class-wpml-upgrade-add-wrap-column-to-strings.php
[edit]
[-] class-wpml-tm-add-tpid-column-to-translation-status.php
[edit]
[-] AddTranslationManagerCapToAdmin.php
[edit]
[-] AddContextIndexToStrings.php
[edit]
[-] class-wpml-upgrade-wpml-site-id-remaining.php
[edit]
[-] DropCodeLocaleIndexFromLocaleMap.php
[edit]
[-] class-wpml-upgrade-table-translate-job-for-3-9-0.php
[edit]
[-] AddAteCommunicationRetryColumnToTranslationStatus.php
[edit]
[-] AddStatusIndexToStringTranslations.php
[edit]
[-] class-disable-options-autoloading.php
[edit]
[+]
abstracts
[-] AddTMAllowedOption.php
[edit]
[-] AddReviewStatusColumnToTranslationStatus.php
[edit]
[-] class-wpml-upgrade-element-type-length-and-collation.php
[edit]
[-] AddStringPackageIdtIndexToStrings.php
[edit]
[-] class-wpml-tm-upgrade-service-redirect-to-field.php
[edit]
[-] wpml-upgrade-admin-users-languages.php
[edit]
[-] CreateAteDownloadQueueTable.php
[edit]
[-] RemoveRestDisabledNotice.php
[edit]
[-] AddAutomaticColumnToIclTranslateJob.php
[edit]
[-] class-wpml-tm-upgrade-translation-priorities-for-posts.php
[edit]
[-] class-wpml-tm-upgrade-default-editor-for-old-jobs.php
[edit]
[-] MigrateAteRepository.php
[edit]
[-] class-wpml-upgrade-add-word-count-column-to-strings.php
[edit]
[-] class-wpml-upgrade-remove-translation-services-transient.php
[edit]
[-] class-wpml-upgrade-display-mode-for-posts.php
[edit]
[-] wpml-tm-upgrade-cancel-orphan-jobs.php
[edit]
[+]
..
[-] AddPrimaryKeyToLocaleMap.php
[edit]
[-] ATEProxyUpdateRewriteRules.php
[edit]
[-] class-wpml-upgrade-wpml-site-id.php
[edit]
[-] class-wpml-upgrade-add-wrap-column-to-translate.php
[edit]
[-] wpml-upgrade-chinese-flags.php
[edit]
[-] RefreshTranslationServices.php
[edit]