/home/vianto5/hidalgoresidences.mx/wp-content/plugins/sitepress-multilingual-cms/menu
NameSizeModeActions
dashboard/-0755rm
menu-sync/-0755rm
post-menus/-0755rm
term-taxonomy-menus/-0755rm
class-wpml-post-status-display-factory.php3120644editdlrm
debug-information.php19820644editdlrm
edit-languages.php577850644editdlrm
languages.php381000644editdlrm
network.php76340644editdlrm
setup.php2080644editdlrm
sitepress-table.class.php2830644editdlrm
support.php31570644editdlrm
theme-localization.php5440644editdlrm
theme-plugins-compatibility.php14510644editdlrm
translation-options.php4630644editdlrm
troubleshooting.php353800644editdlrm
upgrade_notice.php14640644editdlrm
wpml-admin-lang-switcher.class.php93960644editdlrm
wpml-language-filter-bar.class.php21710644editdlrm
wpml-post-status-display.class.php56930644editdlrm
wpml-tm-menus-management.php218440644editdlrm
wpml-tm-menus-settings.php306590644editdlrm
wpml-tm-menus.class.php40470644editdlrm
wpml-translation-selector.class.php34620644editdlrm
wpml-troubleshooting-terms-menu.class.php43000644editdlrm
xliff-management.php3670644editdlrm
xliff-options.php30160644editdlrm
_custom_types_translation.php72480644editdlrm
_login_translation_options.php31260644editdlrm
_posts_sync_options.php54940644editdlrm
Edit: /home/vianto5/hidalgoresidences.mx/wp-content/plugins/sitepress-multilingual-cms/menu/languages.php (38100B)

', '' ) ?>

create() ); $icl_edit_languages->render(); return; } $sitepress_settings = get_option( 'icl_sitepress_settings' ); $active_languages = $sitepress->get_active_languages(); $hidden_languages = $sitepress->get_setting( 'hidden_languages' ); $show_untranslated_blog_posts = $sitepress->get_setting( 'show_untranslated_blog_posts' ); $automatic_redirect = $sitepress->get_setting( 'automatic_redirect' ); $setting_urls = $sitepress->get_setting( 'urls' ); $existing_content_language_verified = $sitepress->get_setting( 'existing_content_language_verified' ); $language_negotiation_type = $sitepress->get_setting( 'language_negotiation_type' ); $seo = $sitepress->get_setting( 'seo' ); $default_language = $sitepress->get_default_language(); $all_languages = $sitepress->get_languages( $sitepress->get_admin_language() ); $sample_lang = false; $default_language_details = false; $wp_api = $sitepress->get_wp_api(); $should_hide_admin_language = $wp_api->version_compare_naked( get_bloginfo( 'version' ), '4.7', '>=' ); $encryptor = new WPML_Data_Encryptor(); $inactive_content = null; if ( ! $existing_content_language_verified ) { $blog_current_lang = 0; if ( $blog_lang = get_option( 'WPLANG' ) ) { $exp = explode( '_', $blog_lang ); $blog_current_lang = $wpdb->get_var( $wpdb->prepare( "SELECT code FROM {$wpdb->prefix}icl_languages WHERE code= %s", $exp[0] ) ); } if ( ! $blog_current_lang && defined( 'WPLANG' ) && WPLANG != '' ) { $blog_current_lang = $wpdb->get_var( $wpdb->prepare( "SELECT code FROM {$wpdb->prefix}icl_languages WHERE default_locale=%s", WPLANG ) ); if ( ! $blog_current_lang ) { $blog_lang = WPLANG; $exp = explode( '_', $blog_lang ); $blog_current_lang = $wpdb->get_var( $wpdb->prepare( "SELECT code FROM {$wpdb->prefix}icl_languages WHERE code= %s", $exp[0] ) ); } } if ( ! $blog_current_lang ) { $blog_current_lang = 'en'; } $languages = $sitepress->get_languages( $blog_current_lang, false, true, false, 'display_name' ); } else { $languages = $sitepress->get_languages( $sitepress->get_admin_language(), false, true, false, 'display_name' ); foreach ( $active_languages as $lang ) { if ( $lang['code'] != $default_language ) { $sample_lang = $lang; break; } } $default_language_details = $sitepress->get_language_details( $default_language ); $inactive_content = new WPML_Inactive_Content( $wpdb, $sitepress->get_current_language() ); } global $language_switcher_defaults, $language_switcher_defaults_alt; $theme_wpml_config_file = WPML_Config::get_theme_wpml_config_file(); $resource = Resources::enqueueApp( 'wpmlLanguageSettings' ); $resource( [ 'name' => 'wpmlLanguageSettings', 'data' => [ 'endpoints' => [ 'setFileType' => \WPML\TM\Settings\Flags\Endpoints\SetFormat::class, ], 'loaderImage' => esc_url( ICL_PLUGIN_URL ) . '/res/img/ajax-loader.gif', 'flagsDefaultType' => [ 'selectedFormat' => \WPML\TM\Settings\Flags\Options::getFormat(), 'allowedFormats' => \WPML\TM\Settings\Flags\Options::getAllowedFormats(), ], ], ] ); ?> noscript_notice(); ?>

1 ): ?>

    (' . esc_html__( 'hidden', 'sitepress' ) . ')'; } else { $hidden = ''; } ?>
  • class="selected"> />

has_entries() ) : ?>
render(); ?>
1 ) : ?>

    get_abs_home(); $icl_folder_url_enabled = $validator->validate_langs_in_dirs(); ?>
  • render(); endif; ?>

Use directory for default language option, you need to specify what to show for your site's root URL.", 'sitepress' ), [ 'a' => [ 'href' => true, 'target' => true, ], 'strong' => [], ] ) ) ?> "/>

1 && ! $should_hide_admin_language ): ?>

profile page.', 'sitepress' ), 'profile.php#wpml' ); ?>

1 ): ?>

set_setting( 'hidden_languages', $hidden_languages ); echo '

'; printf( __( 'You can enable its/their display for yourself, in your profile page.', 'sitepress' ), 'profile.php#wpml' ); echo '

'; } else { esc_html_e( 'All languages are currently displayed.', 'sitepress' ); } ?>

style="display: none;"> ' . $redirect_warning_2 . ''; ?>

render_menu(); ?>

save_settings();