Browse
For agents
About
Shortcode Redirect
/
trunk
Shortcode Redirect
vtrunk
Switch version
1.1.3
1.1.2
trunk
1.0.00
1.0.01
1.0.02
1.0.03
1.0.4
1.1.0
1.1.1
Overview
Code
shortcode-redirect
/
block
/
index.asset.php
index.asset.php
in Shortcode Redirect trunk, at block/index.asset.php
14 lines
248 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
'
)
)
exit
;
3
4
return
array
(
5
'
dependencies
'
=>
array
(
6
'
wp-blocks
'
,
7
'
wp-block-editor
'
,
8
'
wp-components
'
,
9
'
wp-element
'
,
10
'
wp-i18n
'
,
11
)
,
12
'
version
'
=>
defined
(
'
SCR_VERSION
'
)
?
SCR_VERSION
:
filemtime
(
__FILE__
)
,
13
)
;
14