modules
1 month ago
pages
3 weeks ago
routes
3 weeks ago
scripts
2 months ago
styles
2 months ago
build.php
2 months ago
constants.php
3 weeks ago
modules.php
2 months ago
pages.php
2 months ago
routes.php
2 months ago
scripts.php
2 months ago
styles.php
2 months ago
constants.php
15 lines
| 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_seo |
| 9 | */ |
| 10 | |
| 11 | return array( |
| 12 | 'version' => '0.8.0', |
| 13 | 'build_url' => plugin_dir_url( __FILE__ ), |
| 14 | ); |
| 15 |