Filter hook 'is_wide_widget_in_customizer'

in WP Core File wp-includes/class-wp-customize-widgets.php at line 615

Description

Filters whether the given widget is considered "wide".

Occurrences

Filename Line Number
wp-includes/class-wp-customize-widgets.php 615

Parameters

Type Name Description
bool $is_wide Whether the widget is wide, Default false.
string $widget_id Widget ID.

PHP Doc

/**
		 * Filters whether the given widget is considered "wide".
		 *
		 * @since 3.9.0
		 *
		 * @param bool   $is_wide   Whether the widget is wide, Default false.
		 * @param string $widget_id Widget ID.
		 */