/var/www/html_us/wp-content/plugins/yaymail/views/pages/html-settings.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
defined
'ABSPATH' ) || exit;
?>

<div id="nta-web-page-builder"></div>

<style id="nta-web-page-custom-style"></style>

<div id="nta-web-preeditor" class="hidden">
    <?php
    wp_editor
(
        
'',
        
'nta-web-edit-content-template',
        array(
            
'quicktags'     => false,
            
'textarea_name' => 'ntawebEditContentTemplate',
            
'textarea_rows' => 6,
            
'media_buttons' => true,
            
'tinymce'       => true,
        )
    );
    
?>
</div>