Browse
For agents
About
PixCodes
/
2.3.9
PixCodes
v2.3.9
Switch version
2.3.9
trunk
2.3.4
2.3.5
2.3.6
2.3.7
2.3.8
Overview
Code
pixcodes
/
params
/
info.php
info.php
in PixCodes 2.3.9, at params/info.php
14 lines
295 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
if
(
!
defined
(
'
ABSPATH
'
)
)
{
3
die
(
'
-1
'
)
;
4
}
5
6
$
class
=
"
span12
"
;
7
if
(
isset
(
$
param
[
'
admin_class
'
]
)
)
$
class
=
$
param
[
'
admin_class
'
]
;
?
>
8
9
<
span
class
=
"
<?php echo esc_attr(
$
class
); ?>
"
>
10
<
div
class
=
"
info
"
>
11
<
?
php
echo
wp_kses_post
(
$
param
[
"
value
"
]
)
;
?
>
12
<
/
div
>
13
<
/
span
>
14