is_wide_widget_in_customizer

最后更新于:2021-11-27 02:30:44

apply_filters( ‘is_wide_widget_in_customizer’, bool $is_wide, string $widget_id )

Filters whether the given widget is considered “wide”.

参数

$is_wide

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

$widget_id

(string)
Widget ID.

源文件

文件: gc-includes/class-gc-customize-widgets.php

View on Trac