PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.3
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.3
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 4.2.1 All 138 releases
learnpress / inc / admin / views / setup / setup-stripe.php

setup-stripe.php in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.4.3, at inc/admin/views/setup/setup-stripe.php

37 lines 828 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <table>
2 <tr>
3 <th><?php _e( 'Enable', 'learnpress' ); ?></th>
4 <td><input type="checkbox"></td>
5 </tr>
6 <tr>
7 <th><?php _e( 'Title', 'learnpress' ); ?></th>
8 <td><input type="text"></td>
9 </tr>
10 <tr>
11 <th><?php _e( 'Description', 'learnpress' ); ?></th>
12 <td><input type="checkbox"></td>
13 </tr>
14 <tr>
15 <th><?php _e( 'Live secret key', 'learnpress' ); ?></th>
16 <td><input type="text"></td>
17 </tr>
18 <tr>
19 <th><?php _e( 'Live publish key', 'learnpress' ); ?></th>
20 <td><input type="text"></td>
21 </tr>
22
23 <tr>
24 <th><?php _e( 'Test mode', 'learnpress' ); ?></th>
25 <td><input type="checkbox"></td>
26 </tr>
27 <tr>
28 <th><?php _e( 'Test secret key', 'learnpress' ); ?></th>
29 <td><input type="text"></td>
30 </tr>
31 <tr>
32 <th><?php _e( 'Test publish key', 'learnpress' ); ?></th>
33 <td><input type="text"></td>
34 </tr>
35
36 </table>
37