apply_filters( 'sidebars_widgets', array $sidebars_widgets )
Filters the list of sidebars and their widgets.
Description Description
Parameters Parameters
- $sidebars_widgets
-
(array) An associative array of sidebars and their widgets.
Source Source
File: wp-includes/widgets.php
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |