# gutenberg/23.2.1/build/constants.php

Gutenberg, version 23.2.1. 15 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.2.1/code/build/constants.php
- Raw: https://pluginprobe.com/plugins/gutenberg/23.2.1/raw/build/constants.php
- Modified: 2026-05-21T07:30:44+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.2.1/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.2.1',
	'build_url' => plugin_dir_url( __FILE__ ),
);

```
