Filter hook 'widget_block_content'

in WP Core File wp-includes/widgets/class-wp-widget-block.php at line 77

Description

Filters the content of the Block widget before output.

Occurrences

Filename Line Number
wp-includes/widgets/class-wp-widget-block.php 77

Parameters

Type Name Description
string $content The widget content.
array $instance Array of settings for the current widget.
WP_Widget_Block $widget Current Block widget instance.

PHP Doc

/**
		 * Filters the content of the Block widget before output.
		 *
		 * @since 5.8.0
		 *
		 * @param string          $content  The widget content.
		 * @param array           $instance Array of settings for the current widget.
		 * @param WP_Widget_Block $widget   Current Block widget instance.
		 */