# gutenberg/22.9.0/build/constants.php

Gutenberg, version 22.9.0. 15 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/22.9.0/code/build/constants.php
- Raw: https://pluginprobe.com/plugins/gutenberg/22.9.0/raw/build/constants.php
- Modified: 2026-04-08T15:57:46+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/22.9.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' => '22.9.0',
	'build_url' => plugin_dir_url( __FILE__ ),
);

```
