On this page
apply_filters( 'is_wide_widget_in_customizer', bool $is_wide, string $widget_id )
Filters whether the given widget is considered “wide”.
Parameters
$is_widebool-
Whether the widget is wide, Default false.
$widget_idstring-
Widget ID.
Source
File: wp-includes/class-wp-customize-widgets.php. View all references
return apply_filters( 'is_wide_widget_in_customizer', $is_wide, $widget_id );
Related
Used By
| Used By | Description |
|---|---|
| WP_Customize_Widgets::is_wide_widget() wp-includes/class-wp-customize-widgets.php | Determines whether the widget is considered “wide”. |
Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/is_wide_widget_in_customizer