Browse
For agents
About
WP Coder – Insert & Manage Code Snippets
/
3.0
WP Coder – Insert & Manage Code Snippets
v3.0
Switch version
4.5.1
1.1
2.3.1
2.3.2
2.4.1
2.5.1
2.5.2
2.5.3
2.5.4
2.5.5
2.5.6
3.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.1
3.1.1
3.2
3.2.1
3.3
3.4
3.5
3.5.1
All 39 releases
Overview
Code
wp-coder
/
includes
/
settings
/
1.html-code.php
1.html-code.php
in WP Coder – Insert & Manage Code Snippets 3.0, at includes/settings/1.html-code.php
20 lines
276 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
/*
3
* Page Name: HTML Code
4
*/
5
6
use
WPCoder
\
Dashboard
\
Field
;
7
8
defined
(
'
ABSPATH
'
)
||
exit
;
9
?
>
10
11
<
h4
>
12
<
span
class
=
"
wowp-icon wowp-icon-html5
"
>
<
/
span
>
13
<
?
php
esc_html_e
(
'
HTML Code
'
,
'
wpcoder
'
)
;
?
>
14
<
/
h4
>
15
16
<
?
php
Field
::
textarea
(
'
html_code
'
)
;
?
>
17
18
<
?
php
19
20