modules
1 week ago
pages
1 week ago
routes
3 days ago
scripts
2 weeks ago
styles
6 months ago
build.php
2 months ago
constants.php
3 days ago
i18n-manifest.json
2 weeks ago
modules.php
2 months ago
pages.php
2 months ago
routes.php
3 months ago
scripts.php
3 months ago
styles.php
3 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_forms |
| 9 | */ |
| 10 | |
| 11 | return array( |
| 12 | 'version' => '7.25.0', |
| 13 | 'build_url' => plugin_dir_url( __FILE__ ), |
| 14 | ); |
| 15 |