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

Gutenberg, version 23.7.2. 137 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.7.2/code/build/widgets/registry.php
- Raw: https://pluginprobe.com/plugins/gutenberg/23.7.2/raw/build/widgets/registry.php
- Modified: 2026-08-05T15:14: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.7.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/activity',
		'dir_name'     => 'activity',
		'title'        => 'Activity',
		'description'  => 'Displays recently published posts, scheduled posts, and recent comments.',
		'help'         => array( 'content' => 'Recent publishing and comment activity on this site.' ),
		'actions'      => null,
		'has_render'   => true,
		'has_widget'   => true,
		'presentation' => 'content-bleed',
		'category'     => 'dashboard',
		'keywords'     => null,
		'textdomain'   => 'default',
	),
	array(
		'name'         => 'core/events',
		'dir_name'     => 'events',
		'title'        => 'WordPress events',
		'description'  => 'Displays upcoming WordPress community events.',
		'help'         => null,
		'actions'      => null,
		'has_render'   => true,
		'has_widget'   => true,
		'presentation' => 'content-bleed',
		'category'     => 'dashboard',
		'keywords'     => null,
		'textdomain'   => 'default',
	),
	array(
		'name'         => 'core/hello-dolly',
		'dir_name'     => 'hello-dolly',
		'title'        => 'Hello Dolly',
		'description'  => 'This is not just a widget, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the dashboard.',
		'help'         => null,
		'actions'      => array( array( 'id' => 'plugin-page', 'label' => 'WordPress.org plugin page', 'href' => 'https://wordpress.org/plugins/hello-dolly/', 'openInNewTab' => true ), array( 'id' => 'download-lyrics', 'label' => 'Download lyrics', 'href' => 'hello-dolly-lyrics.txt', 'download' => 'hello-dolly-lyrics.txt' ) ),
		'has_render'   => true,
		'has_widget'   => true,
		'presentation' => 'full-bleed',
		'category'     => 'dashboard',
		'keywords'     => null,
		'textdomain'   => 'default',
	),
	array(
		'name'         => 'core/hello-world',
		'dir_name'     => 'hello-world',
		'title'        => 'Hello World',
		'description'  => 'A minimal example widget.',
		'help'         => null,
		'actions'      => null,
		'has_render'   => true,
		'has_widget'   => true,
		'presentation' => 'full-bleed',
		'category'     => 'demo',
		'keywords'     => null,
		'textdomain'   => 'default',
	),
	array(
		'name'         => 'core/news',
		'dir_name'     => 'news',
		'title'        => 'WordPress news',
		'description'  => 'Displays the latest news from WordPress.org and Planet WordPress.',
		'help'         => null,
		'actions'      => null,
		'has_render'   => true,
		'has_widget'   => true,
		'presentation' => 'content-bleed',
		'category'     => 'dashboard',
		'keywords'     => null,
		'textdomain'   => 'default',
	),
	array(
		'name'         => 'core/quick-draft',
		'dir_name'     => 'quick-draft',
		'title'        => 'Quick draft',
		'description'  => 'Quickly draft a new post.',
		'help'         => array( 'content' => 'Drafts saved here are <em>private</em> until you publish them.' ),
		'actions'      => null,
		'has_render'   => true,
		'has_widget'   => true,
		'presentation' => 'content-bleed',
		'category'     => 'dashboard',
		'keywords'     => null,
		'textdomain'   => 'default',
	),
	array(
		'name'         => 'core/site-health',
		'dir_name'     => 'site-health',
		'title'        => 'Site Health Status',
		'description'  => 'Shows an overview of your site health and any issues that need attention.',
		'help'         => array( 'content' => 'Results come from your site\'s latest health checks.', 'links' => array( array( 'label' => 'Visit Site Health', 'href' => 'site-health.php' ) ) ),
		'actions'      => null,
		'has_render'   => true,
		'has_widget'   => true,
		'presentation' => 'framed',
		'category'     => 'site',
		'keywords'     => null,
		'textdomain'   => 'default',
	),
	array(
		'name'         => 'core/site-preview',
		'dir_name'     => 'site-preview',
		'title'        => 'Site preview',
		'description'  => 'Shows preview of the site homepage.',
		'help'         => null,
		'actions'      => null,
		'has_render'   => true,
		'has_widget'   => true,
		'presentation' => 'full-bleed',
		'category'     => 'dashboard',
		'keywords'     => null,
		'textdomain'   => 'default',
	),
	array(
		'name'         => 'core/welcome',
		'dir_name'     => 'welcome',
		'title'        => 'Welcome',
		'description'  => 'Displays a welcome panel to introduce users to WordPress.',
		'help'         => null,
		'actions'      => null,
		'has_render'   => true,
		'has_widget'   => true,
		'presentation' => 'full-bleed',
		'category'     => 'dashboard',
		'keywords'     => null,
		'textdomain'   => 'default',
	)
);

```
