# gutenberg/23.2.2/build/widgets/registry.php

Gutenberg, version 23.2.2. 17 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.2.2/code/build/widgets/registry.php
- Raw: https://pluginprobe.com/plugins/gutenberg/23.2.2/raw/build/widgets/registry.php
- Modified: 2026-05-20T15:49:26+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.2/code/build/widgets/registry.php#L10-L20`.

```php
<?php
/**
 * Widget registry - Auto-generated by build process.
 * Do not edit this file manually.
 *
 * @package gutenberg
 */

return array(
	array(
		'name'       => 'core/hello-world',
		'dir_name'   => 'hello-world',
		'has_render' => true,
		'has_widget' => true,
	)
);

```
