| 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 |
|