PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.1
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.1
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
learnpress / inc / admin / views / tools / database / html-reupgrade-db.php

html-reupgrade-db.php in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.4.1, at inc/admin/views/tools/database/html-reupgrade-db.php

26 lines 789 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Template tool Reupgrade database.
4 *
5 * @template html-reupgrade-db
6 * @author tungnx
7 * @package learnpress/admin/views/tools/database
8 * @version 1.0.0
9 * @since 4.0.2
10 */
11
12 defined( 'ABSPATH' ) or die();
13 ?>
14
15 <div class="card" id="lp-tool-re-upgrade-db" style="display: none">
16 <h2><?php echo sprintf( '%s', __( 'Reupgrade Database', 'learnpress' ) ); ?></h2>
17 <p><?php _e( '1. Tool only one apply for case Update from LP3 to LP4 didn\'t success', 'learnpress' ); ?></p>
18 <p><?php _e( '2. Please sure what you doing', 'learnpress' ); ?></p>
19 <p class="tools-button">
20 <button type="button" class="button lp-btn lp-btn-re-upgrade-db">
21 <?php esc_html_e( 'Run now', 'learnpress' ); ?>
22 </button>
23 </p>
24 <div class="learn-press-message" style="display: none"></div>
25 </div>
26