Browse
For agents
About
WP Coder – Insert & Manage Code Snippets
/
trunk
WP Coder – Insert & Manage Code Snippets
vtrunk
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
/
options
/
attributes.php
attributes.php
in WP Coder – Insert & Manage Code Snippets trunk, at includes/settings/options/attributes.php
10 lines
168 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
defined
(
'
ABSPATH
'
)
||
exit
;
3
4
return
[
5
'
code_attr
'
=>
[
6
'
type
'
=>
'
text
'
,
7
'
name
'
=>
'
[shortcode_attribute]
'
,
8
'
title
'
=>
__
(
'
Name
'
,
'
wp-coder
'
)
,
9
]
,
10
]
;