Browse
For agents
About
Counter Box – Add Countdowns, Timers & Dynamic Counters to WordPress
/
2.0
Counter Box – Add Countdowns, Timers & Dynamic Counters to WordPress
v2.0
Switch version
2.0.14
trunk
1.0
1.2
1.2.1
1.2.2
1.2.3
1.2.4
2.0
2.0.1
2.0.10
2.0.11
2.0.12
2.0.13
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
Overview
Code
counter-box
/
admin
/
settings
/
options
/
content.php
content.php
in Counter Box – Add Countdowns, Timers & Dynamic Counters to WordPress 2.0, at admin/settings/options/content.php
14 lines
240 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
defined
(
'
ABSPATH
'
)
||
exit
;
4
5
return
[
6
'
content
'
=>
[
7
'
type
'
=>
'
editor
'
,
8
'
class
'
=>
'
is-full
'
,
9
'
atts
'
=>
[
10
'
class
'
=>
'
wpie-fulleditor
'
,
11
'
placeholder
'
=>
'
For Example: Left {day} : {hour} : {min} : {sec}
'
,
12
]
13
]
,
14
]
;