WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about is_wide_widget_in_customizer

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-customize-widgets.php apply_filters 615 /**
* 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.
*/

Hook Parameters

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