/
home
/
vianto5
/
cititower.mx
/
wp-content
/
plugins
/
sitepress-multilingual-cms
/
menu
/
/home/vianto5/cititower.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
345
0644
edit
dl
rm
debug-information.php
2055
0644
edit
dl
rm
edit-languages.php
61174
0644
edit
dl
rm
languages.php
38624
0644
edit
dl
rm
network.php
7731
0644
edit
dl
rm
setup.php
208
0644
edit
dl
rm
sitepress-table.class.php
313
0644
edit
dl
rm
support.php
3157
0644
edit
dl
rm
theme-localization.php
606
0644
edit
dl
rm
theme-plugins-compatibility.php
1451
0644
edit
dl
rm
translation-options.php
463
0644
edit
dl
rm
troubleshooting.php
35830
0644
edit
dl
rm
upgrade_notice.php
1514
0644
edit
dl
rm
wpml-admin-lang-switcher.class.php
9649
0644
edit
dl
rm
wpml-language-filter-bar.class.php
2171
0644
edit
dl
rm
wpml-post-status-display.class.php
8096
0644
edit
dl
rm
wpml-tm-menus-management.php
22861
0644
edit
dl
rm
wpml-tm-menus-settings.php
30776
0644
edit
dl
rm
wpml-tm-menus.class.php
4272
0644
edit
dl
rm
wpml-translation-selector.class.php
3517
0644
edit
dl
rm
wpml-troubleshooting-terms-menu.class.php
5038
0644
edit
dl
rm
xliff-management.php
367
0644
edit
dl
rm
xliff-options.php
3016
0644
edit
dl
rm
_custom_types_translation.php
7311
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/cititower.mx/wp-content/plugins/sitepress-multilingual-cms/menu/debug-information.php
(2055B)
<?php require_once WPML_PLUGIN_PATH . '/inc/functions-debug-information.php'; $debug_info = get_debug_info(); $debug_data = $debug_info->run(); /* DEBUG ACTION */ /** * @param $term_object * * @return callable */ ?> <div class="wrap"> <h1><?php echo __( 'Debug information', 'sitepress' ); ?></h1> <?php $message = filter_input( INPUT_GET, 'message', FILTER_SANITIZE_FULL_SPECIAL_CHARS, FILTER_NULL_ON_FAILURE ); if ( $message ) { ?> <div class="updated message fade"> <p><?php echo esc_html( $message ); ?></p> </div> <?php } ?> <div id="text-copied-div" class="updated message fade" style="display: none"> <p id="text-copied-p"> <?php echo esc_html_e( 'Copied to clipboard', 'sitepress' ); ?> </p> </div> <div id="poststuff"> <div id="wpml-debug-info" class="postbox"> <div class="inside"> <p> <?php esc_html_e( 'This information allows our support team to see the versions of WordPress, plugins and theme on your site.', 'sitepress' ); ?> <br/> <?php esc_html_e( 'Provide this information if requested in our support forum. No passwords or other confidential information is included.', 'sitepress' ); ?> </p> <br/> <?php echo '<textarea style="font-size:10px;width:100%;height:150px;" rows="16" readonly="readonly" id="debug-info-textarea">'; echo esc_html( $debug_info->do_json_encode( $debug_data ) ); echo '</textarea>'; ?> <input value="<?php echo esc_attr_e( 'Copy to clipboard', 'sitepress' ); ?>" class="button-primary wpml-button base-btn" type="button" id="copy-debug-info-btn" /> </div> </div> </div> <?php do_action( 'icl_menu_footer' ); ?> </div> <script> jQuery( function( $ ) { $('#copy-debug-info-btn').on('click', function () { const text = $('#debug-info-textarea').val(); navigator.clipboard.writeText(text) .then(() => { const $msg = $('#text-copied-div'); $msg.stop(true, true).fadeIn(200); setTimeout(() => { $msg.fadeOut(2000); }, 1500); }) .catch(err => console.error(err)); }); }); </script>
Save
run(); /* DEBUG ACTION */ /** * @param $term_object * * @return callable */ ?>
'; echo esc_html( $debug_info->do_json_encode( $debug_data ) ); echo ''; ?>