assets
2 months ago
images
1 month ago
modules
1 month ago
pages
1 month ago
routes
1 month ago
scripts
3 months ago
styles
3 months ago
block-editor-jetpack.asset.php
1 month ago
block-editor-jetpack.css
1 month ago
block-editor-jetpack.js
1 month ago
block-editor-jetpack.js.LICENSE.txt
1 month ago
block-editor-jetpack.rtl.css
1 month ago
block-editor-social.asset.php
1 month ago
block-editor-social.css
1 month ago
block-editor-social.js
1 month ago
block-editor-social.js.LICENSE.txt
1 month ago
block-editor-social.rtl.css
1 month ago
build.php
2 months ago
classic-editor.asset.php
4 months ago
classic-editor.js
4 months ago
constants.php
1 month 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_social |
| 9 | */ |
| 10 | |
| 11 | return array( |
| 12 | 'version' => '0.84.2', |
| 13 | 'build_url' => plugin_dir_url( __FILE__ ), |
| 14 | ); |
| 15 |