apply_filters( 'is_wide_widget_in_customizer', bool $is_wide , string $widget_id )
Filters whether the given widget is considered “wide”.
Parameters
- $is_wide
-
Whether the widget is wide, Default false.
- $widget_id
-
Widget ID.
Source
Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |