apply_filters( 'is_wide_widget_in_customizer', bool $is_wide, string $widget_id )

Filters whether the given widget is considered “wide”.


Description Description


Parameters Parameters

$is_wide

(bool) Whether the widget is wide, Default false.

$widget_id

(string) Widget ID.


Top ↑

Source Source

File: wp-includes/class-wp-customize-widgets.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.