# gutenberg/23.3.0/build/constants.php

Gutenberg, version 23.3.0. 15 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.3.0/code/build/constants.php
- Raw: https://pluginprobe.com/plugins/gutenberg/23.3.0/raw/build/constants.php
- Modified: 2026-06-03T03:22:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/23.3.0/code/build/constants.php#L10-L20`.

```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.0',
	'build_url' => plugin_dir_url( __FILE__ ),
);

```
