Browse
For agents
About
Customify
/
2.3.4
Customify
v2.3.4
Switch version
2.10.9
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.7.1
1.3.0
1.3.1
1.4.0
1.4.1
1.4.2
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
1.5.7
1.6.0
1.6.0.1
1.6.5
1.7.0
1.7.1
All 77 releases
Overview
Code
customify
/
settings
/
tools.php
tools.php
in Customify 2.3.4, at settings/tools.php
14 lines
312 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
//
not used yet - moved them to a per gallery option
3
4
return
array
(
5
'
type
'
=>
'
postbox
'
,
6
'
label
'
=>
'
Tools
'
,
7
'
options
'
=>
array
(
8
'
reset_theme_mod
'
=>
array
(
9
'
name
'
=>
'
reset_theme_mod
'
,
10
'
label
'
=>
__
(
'
Reset
'
,
'
customify
'
)
,
11
'
type
'
=>
'
reset_theme_mod
'
,
12
)
13
)
14
)
;
#
config