Filter hook 'use_widgets_block_editor'

in WP Core File wp-includes/widgets.php at line 1902

Description

Filters whether to use the block editor to manage widgets.

Occurrences

Filename Line Number
wp-includes/widgets.php 1902

Parameters

Type Name Description
bool $use_widgets_block_editor Whether to use the block editor to manage widgets.

PHP Doc

/**
	 * Filters whether to use the block editor to manage widgets.
	 *
	 * @since 5.8.0
	 *
	 * @param bool $use_widgets_block_editor Whether to use the block editor to manage widgets.
	 */