PluginProbe
YayMail – WooCommerce Email Customizer / 4.3.3
YayMail – WooCommerce Email Customizer v4.3.3
4.4.4 4.4.3 4.4.2 4.4.1 trunk 1.9.6 2.1.4 2.1.5 3.2.2 3.2.6 3.2.7.1 3.2.8.1 3.2.9 3.3 3.3.1 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4 3.4.1 3.4.2 3.4.3 All 55 releases
yaymail / templates / pages / settings.php

settings.php in YayMail – WooCommerce Email Customizer 4.3.3, at templates/pages/settings.php

31 lines 742 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 defined( 'ABSPATH' ) || exit;
3 ?>
4 <style>
5 #wpcontent #wpbody .notice,
6 .error, .updated {
7 display: none;
8 }
9 #wpfooter {
10 display: none;
11 }
12 </style>
13 <div style="display: none;">
14 <?php
15 wp_editor(
16 '',
17 'yaymail-wp-editor-placeholder',
18 [
19 'quicktags' => false,
20 'media_buttons' => true,
21 'tinymce' => true,
22 ]
23 );
24 ?>
25 </div>
26 <div id="yaymail-main-pages">
27 <div class="yaymail-pre-loading" style="width: 20px; height: 20px; background: url(images/spinner-2x.gif); background-size: contain; background-repeat: no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">
28 </div>
29 </div>
30
31