/
home
/
vianto5
/
hidalgoresidences.mx
/
wp-content
/
plugins
/
sitepress-multilingual-cms
/
menu
/
/home/vianto5/hidalgoresidences.mx/wp-content/plugins/sitepress-multilingual-cms/menu
mkdir
upload
Name
Size
Mode
Actions
dashboard/
-
0755
rm
menu-sync/
-
0755
rm
post-menus/
-
0755
rm
term-taxonomy-menus/
-
0755
rm
class-wpml-post-status-display-factory.php
312
0644
edit
dl
rm
debug-information.php
1982
0644
edit
dl
rm
edit-languages.php
57785
0644
edit
dl
rm
languages.php
38100
0644
edit
dl
rm
network.php
7634
0644
edit
dl
rm
setup.php
208
0644
edit
dl
rm
sitepress-table.class.php
283
0644
edit
dl
rm
support.php
3157
0644
edit
dl
rm
theme-localization.php
544
0644
edit
dl
rm
theme-plugins-compatibility.php
1451
0644
edit
dl
rm
translation-options.php
463
0644
edit
dl
rm
troubleshooting.php
35380
0644
edit
dl
rm
upgrade_notice.php
1464
0644
edit
dl
rm
wpml-admin-lang-switcher.class.php
9396
0644
edit
dl
rm
wpml-language-filter-bar.class.php
2171
0644
edit
dl
rm
wpml-post-status-display.class.php
5693
0644
edit
dl
rm
wpml-tm-menus-management.php
21844
0644
edit
dl
rm
wpml-tm-menus-settings.php
30659
0644
edit
dl
rm
wpml-tm-menus.class.php
4047
0644
edit
dl
rm
wpml-translation-selector.class.php
3462
0644
edit
dl
rm
wpml-troubleshooting-terms-menu.class.php
4300
0644
edit
dl
rm
xliff-management.php
367
0644
edit
dl
rm
xliff-options.php
3016
0644
edit
dl
rm
_custom_types_translation.php
7248
0644
edit
dl
rm
_login_translation_options.php
3126
0644
edit
dl
rm
_posts_sync_options.php
5494
0644
edit
dl
rm
Edit:
/home/vianto5/hidalgoresidences.mx/wp-content/plugins/sitepress-multilingual-cms/menu/support.php
(3157B)
<?php use WPML\Support\Initializer; $data = Initializer::getData(); ?> <div class="wrap"> <h2><?php esc_html_e( 'Support', 'sitepress' ); ?></h2> <?php if ( $data['showMinRequirementsComponent'] ) : ?> <wc-minimum-requirements items="<?php echo $data['serializedInvalidRequirements']; ?>" compact-variant="true"> </wc-minimum-requirements> <?php endif; ?> <p style="margin-top: 20px;"> <?php printf( esc_html__( 'Technical support for clients is available via %sWPML forums%s.', 'sitepress' ), '<a target="_blank" href="https://wpml.org/forums/">', '</a>' ); ?> </p> <?php $wpml_plugins_list = SitePress::get_installed_plugins(); echo ' <table class="widefat" style="width: auto;"> <thead> <tr> <th>' . esc_html__( 'Plugin Name', 'sitepress' ) . '</th> <th style="text-align:right">' . esc_html__( 'Status', 'sitepress' ) . '</th> <th>' . esc_html__( 'Active', 'sitepress' ) . '</th> <th>' . esc_html__( 'Version', 'sitepress' ) . '</th> </tr> </thead> <tbody> '; foreach ( $wpml_plugins_list as $name => $plugin_data ) { $plugin_name = $name; $file = $plugin_data['file']; $dir = dirname( $file ); echo '<tr>'; echo '<td><i class="otgs-ico-' . esc_attr( $plugin_data['slug'] ) . '"></i> ' . esc_html( $plugin_name ) . '</td>'; echo '<td align="right">'; if ( empty( $plugin_data['plugin'] ) ) { echo esc_html__( 'Not installed', 'sitepress' ); } else { echo esc_html__( 'Installed', 'sitepress' ); } echo '</td>'; echo '<td align="center">'; echo isset( $file ) && is_plugin_active( $file ) ? esc_html__( 'Yes', 'sitepress' ) : esc_html__( 'No', 'sitepress' ); echo '</td>'; echo '<td align="right">'; echo isset( $plugin_data['plugin']['Version'] ) ? esc_html( $plugin_data['plugin']['Version'] ) : esc_html__( 'n/a', 'sitepress' ); echo '</td>'; echo '</tr>'; } echo ' </tbody> </table> '; ?> <p style="margin-top: 20px;"> <?php printf( esc_html__( 'For advanced access or to completely uninstall WPML and remove all language information, use the %stroubleshooting%s page.', 'sitepress' ), '<a href="' . esc_url( admin_url( 'admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/troubleshooting.php' ) ) . '">', '</a>' ); ?> </p> <p style="margin-top: 20px;"> <?php printf( esc_html__( 'For retrieving debug information if asked by support person, use the %sdebug information%s page.', 'sitepress' ), '<a href="' . esc_url( admin_url( 'admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/debug-information.php' ) ) . '">', '</a>' ); ?> </p> <?php $support_info_factory = new WPML_Support_Info_UI_Factory(); $support_info_ui = $support_info_factory->create(); echo $support_info_ui->show(); $xml_config_log_factory = new WPML_XML_Config_Log_Factory(); $xml_config_log_ui = $xml_config_log_factory->create_ui(); echo $xml_config_log_ui->show(); do_action( 'wpml_support_page_after' ); do_action( 'otgs_render_installer_support_link' ); ?> </div>
Save
cmd:
run