# gutenberg/23.6.0/build/constants.php

Gutenberg, version 23.6.0. 15 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.6.0/code/build/constants.php
- Raw: https://pluginprobe.com/plugins/gutenberg/23.6.0/raw/build/constants.php
- Modified: 2026-07-22T11:19:40+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.6.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.6.0',
	'build_url' => plugin_dir_url( __FILE__ ),
);

```
