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 / steps / emails.php

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

25 lines 777 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Template for displaying finish step.
4 *
5 * @author ThimPres
6 * @package LearnPress/Admin/Views
7 * @version 3.0.0
8 */
9
10 defined( 'ABSPATH' ) or exit;
11 ?>
12 <h2><?php _e( 'Emails system', 'learnpress' ); ?></h2>
13
14 <p><?php _e( 'Emails are sent to users or teachers for each particular action.', 'learnpress' ); ?></p>
15 <p><?php _e( 'You can enable/disable each email in your LearnPress settings later.', 'learnpress' ); ?></p>
16 <p><?php _e( 'But right now, you can enable all emails to see how emails work.', 'learnpress' ); ?></p>
17 <p><?php _e( 'You can skip to the next step if you don’t want to.', 'learnpress' ); ?></p>
18
19 <p>
20 <label>
21 <input type="checkbox" name="settings[emails][enable]" value="yes">
22 <?php _e( 'Enable emails', 'learnpress' ); ?>
23 </label>
24 </p>
25