/home/vianto5/cititower.mx/wp-content/plugins/sitepress-multilingual-cms/classes/user
NameSizeModeActions
LanguagePairs/-0755rm
class-wpml-only-i-language-pairs.php8250644editdlrm
class-wpml-translation-manager-records.php9360644editdlrm
class-wpml-translation-roles-records.php106620644editdlrm
class-wpml-translator-records.php24600644editdlrm
Hooks.php8860644editdlrm
UsersByCapsRepository.php22550644editdlrm
wpml-user-jobs-notification-settings-render.php11110644editdlrm
wpml-user-jobs-notification-settings-template.php14010644editdlrm
wpml-user-jobs-notification-settings.php9310644editdlrm
Edit: /home/vianto5/cititower.mx/wp-content/plugins/sitepress-multilingual-cms/classes/user/Hooks.php (886B)
flushCache(); } public function updatedUserMetaAction() { $this->flushCache(); } public function filter_show_hidden_languages_options( $show_hidden_languages_options ) { if ( User::canManageTranslations() || User::hasCap(User::CAP_TRANSLATE) ) { return true; } return $show_hidden_languages_options; } private function flushCache() { wpml_get_cache( \WPML_Translation_Roles_Records::CACHE_GROUP )->flush_group_cache(); } }