Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/widgets.php | apply_filters | 1039 | /** * Filters the list of sidebars and their widgets. * * @since 2.7.0 * * @param array $sidebars_widgets An associative array of sidebars and their widgets. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $sidebars_widgets | An associative array of sidebars and their widgets. |