Browse
For agents
About
Commerce7 for WordPress
/
trunk
Commerce7 for WordPress
vtrunk
Switch version
1.8.1
1.8.0
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.1.3
1.2.0
1.2.1
1.2.2
1.2.3
1.2.5
1.2.6
1.3.0
1.3.1
1.3.2
1.3.4
1.3.5
1.4.0
1.4.1
All 37 releases
Overview
Code
wp-commerce7
/
includes
/
themeco
/
cornerstone
/
defaults.php
defaults.php
in Commerce7 for WordPress trunk, at includes/themeco/cornerstone/defaults.php
15 lines
229 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
* Element Defaults
4
*
5
*
@package
wp-commerce7
6
*
@author
Michael Bourne
7
*
@license
GPL3
8
*
@link
https://ursa6.com
9
*
@since
1.0.0
10
*/
11
12
return
array
(
13
'
type
'
=>
'
default
'
,
14
'
data
'
=>
'
'
15
)
;