PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
plugins
/
search-replace-for-elementor
/
inc
/
admin
/
views
<?php namespace ELEMSNR; ! defined( ABSPATH ) || exit; // Exit if accessed directly. ?> <div class="wrap"> <div class="elemsnr-admin"> <div class="elemsnr-loading-bar"></div> <div id="elemsnr-output" class="elemsnr-output"></div> <div class="elemsnr-container-inner"> <h3> <?php esc_html_e( 'Backup Database', 'search-replace-for-elementor' ); ?> </h3> <p> <?php printf( /* translators: %1$s is replaced with Note */ /* translators: %2$s is replaced with max_execution_time */ wp_kses( __( '%1$s: For larger sites you may need to increase the %2$s limit.', 'search-replace-for-elementor' ), json_decode( ELEMSNR_PLUGIN_ALLOWED_HTML_ARR ) ), '<strong>' . __( 'Note', 'search-replace-for-elementor' ) . '</strong>', '<code>max_execution_time</code>', ); ?> </p> <p> <?php esc_html_e( 'To create a backup of your database that can be imported in case of a search and replace failure or page breakage, please click on the button below.' ); ?> </p> <form id="elemsnr-backup-database-form" method="post" action="#"> <p class="submit"> <button type="submit" class="button button-primary" name="elemsnr-backup-database" id="elemsnr-backup-database" disabled > <?php esc_html_e( 'Backup Database', 'search-replace-for-elementor' ); ?> </button> </p> </form> <div class="elemsnr-container-inner"> <h3> <?php esc_html_e( 'Import Database', 'search-replace-for-elementor' ); ?> </h3> <p> <?php printf( /* translators: %1$s is replaced with Note */ /* translators: %2$s is replaced with upload_max_filesize */ /* translators: %4$s is replaced with max_allowed_packet */ wp_kses( __( '%1$s: To import your database SQL file successfully you must have both %2$s and %3$s limits to be greater than the import file.', 'search-replace-for-elementor' ), json_decode( ELEMSNR_PLUGIN_ALLOWED_HTML_ARR ) ), '<strong>' . __( 'Note', 'search-replace-for-elementor' ) . '</strong>', '<code>upload_max_filesize</code>', '<code>max_allowed_packet</code>' ); ?> </p> <p> <?php esc_html_e( 'To import a database that you have backed up earlier, use the form below.', 'search-replace-for-elementor' ); ?> </p> <form id="elemsnr-import-database-form" method="post" action="#"> <p class="submit"> <input type="file" name="elemsnr-import-database-file" id="elemsnr-import-database-file" required disabled /> <button type="submit" class="button button-primary" name="elemsnr-import-database" id="elemsnr-import-database" disabled > <?php esc_html_e( 'Import Database', 'search-replace-for-elementor' ); ?> </button> </p> </form> <hr /><br /> <p> • <?php printf( /* translators: %1$s is replaced with Tools -> Site Health -> Info */ wp_kses( __( 'You can check the current server and database limits on the %1$s page under Server and Database.', 'search-replace-for-elementor' ), json_decode( ELEMSNR_PLUGIN_ALLOWED_HTML_ARR ) ), '<a href="' . esc_url( admin_url( 'site-health.php?tab=debug' ) ) . '">' . __( 'Site Health', 'search-replace-for-elementor' ) . '</a>' ); ?> <br /> • <?php printf( /* translators: %1$s is replaced with link to WP.org backup methods */ /* translators: %2$s is replaced with link to WP.org plugins */ wp_kses( __( 'If the backup/import features that comes with the plugin fail you may try to use another %1$s or %2$s from WP.org.', 'search-replace-for-elementor' ), json_decode( ELEMSNR_PLUGIN_ALLOWED_HTML_ARR ) ), '<a href="https://wordpress.org/documentation/article/wordpress-backups/" target="_blank">' . __( 'method', 'search-replace-for-elementor' ) . '</a>', '<a href="https://wordpress.org/plugins/tags/backup/" target="_blank">' . __( 'backup plugin', 'search-replace-for-elementor' ) . '</a>' ); ?> <br /> • <?php printf( /* translators: %1$s is replaced with Download */ wp_kses( __( 'All database backup SQL files are automatically removed from the server after you click on the %1$s link.', 'search-replace-for-elementor' ), json_decode( ELEMSNR_PLUGIN_ALLOWED_HTML_ARR ) ), '<strong>' . __( 'Download', 'search-replace-for-elementor' ) . '</strong>' ); ?> </p> </div> </div> </div>
[-] backup-form.php
[edit]
[+]
..
[-] global-form.php
[edit]
[-] options-form.php
[edit]
[-] nav.php
[edit]