dynamic_sidebar_has_widgets – Hook | Developer.WordPress.org
Filters whether a sidebar has widgets.
Description
Note: The filter is also evaluated for empty sidebars, and on both the front end and back end, including the Inactive Widgets sidebar on the Widgets screen.
Parameters
Whether at least one widget was rendered in the sidebar.
Default false.Index, name, or ID of the dynamic sidebar.
$did_one
bool$index
int|stringSource
return apply_filters( 'dynamic_sidebar_has_widgets', $did_one, $index );
Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |