Browse
For agents
About
Jetpack Boost – Website Speed, Performance and Critical CSS
/
trunk
Jetpack Boost – Website Speed, Performance and Critical CSS
vtrunk
Switch version
4.7.0
4.7.0-beta
4.6.3
4.6.2
4.6.2-beta
3.12.0
3.12.1
3.13.0
3.13.1
3.2.0
3.2.1
3.2.2
3.3.0
3.3.1
3.4.0
3.4.1
3.4.2
3.4.3
3.4.4
3.4.6
3.4.7
3.4.8
3.4.9
3.5.0
3.5.1
All 124 releases
Overview
Code
jetpack-boost
/
build
/
constants.php
constants.php
in Jetpack Boost – Website Speed, Performance and Critical CSS trunk, at build/constants.php
15 lines
278 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
* Plugin constants - Auto-generated by build process.
4
* Do not edit this file manually.
5
*
6
* Returns an array of constants for use in other templates.
7
*
8
*
@package
jetpack_boost
9
*/
10
11
return
array
(
12
'
version
'
=>
'
,
'
,
13
'
build_url
'
=>
plugin_dir_url
(
__FILE__
)
,
14
)
;
15