constants.php
<?php
/**
* Plugin constants - Auto-generated by build process.
* Do not edit this file manually.
*
* Returns an array of constants for use in other templates.
*
* @package gutenberg
*/
return array(
'version' => '23.3.2',
'build_url' => plugin_dir_url( __FILE__ ),
);