PluginProbe
Send Users Email – Email Subscribers, Email Marketing Newsletter / trunk
Send Users Email – Email Subscribers, Email Marketing Newsletter vtrunk
2.0.3 2.0.2 2.0.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 All 51 releases
send-users-email / admin / partials / admin-external-lists.php

admin-external-lists.php in Send Users Email – Email Subscribers, Email Marketing Newsletter trunk, at admin/partials/admin-external-lists.php

23 lines 633 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 $action = $args['action'];
3 ?>
4
5 <div class="wrap">
6 <div class="container-fluid">
7 <div class="row sue-row">
8
9 <?php do_action('sue_before_external_lists_dashboard'); ?>
10
11 <?php do_action('sue_external_lists_' . $action, $action, $args); ?>
12
13 <div class="col-sm-3">
14 <?php require_once SEND_USERS_EMAIL_PLUGIN_BASE_PATH . '/partials/donate.php'; ?>
15 </div>
16
17 <?php require_once SEND_USERS_EMAIL_PLUGIN_BASE_PATH . '/partials/toast.php'; ?>
18
19 </div>
20 </div>
21 </div>
22 </div>
23