Browse
For agents
About
YayMail – WooCommerce Email Customizer
/
3.4
YayMail – WooCommerce Email Customizer
v3.4
Switch version
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
Overview
Code
yaymail
/
views
/
pages
/
html-settings.php
html-settings.php
in YayMail – WooCommerce Email Customizer 3.4, at views/pages/html-settings.php
24 lines
420 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
defined
(
'
ABSPATH
'
)
||
exit
;
3
?
>
4
5
<
div
id
=
"
nta-web-page-builder
"
>
<
/
div
>
6
7
<
style
id
=
"
nta-web-page-custom-style
"
>
<
/
style
>
8
9
<
div
id
=
"
nta-web-preeditor
"
class
=
"
hidden
"
>
10
<
?
php
11
wp_editor
(
12
'
'
,
13
'
nta-web-edit-content-template
'
,
14
array
(
15
'
quicktags
'
=>
false
,
16
'
textarea_name
'
=>
'
ntawebEditContentTemplate
'
,
17
'
textarea_rows
'
=>
6
,
18
'
media_buttons
'
=>
true
,
19
'
tinymce
'
=>
true
,
20
)
21
)
;
22
?
>
23
<
/
div
>
24