Used By
Used By | Description |
---|---|
wp-includes/widgets.php: dynamic_sidebar() | Display dynamic sidebar. |
Filters the parameters passed to a widget’s display callback.
Note: The filter is evaluated on both the front end and back end, including for the Inactive Widgets sidebar on the Widgets screen.
(array)
(array) An array of widget display arguments.
(string) Name of the sidebar the widget is assigned to.
(string) ID of the sidebar the widget is assigned to.
(string) The sidebar description.
(string) CSS class applied to the sidebar container.
(string) HTML markup to prepend to each widget in the sidebar.
(string) HTML markup to append to each widget in the sidebar.
(string) HTML markup to prepend to the widget title when displayed.
(string) HTML markup to append to the widget title when displayed.
(string) ID of the widget.
(string) Name of the widget.
(array) An array of multi-widget arguments.
(int) Number increment used for multiples of the same widget.
File: wp-includes/widgets.php
Version | Description |
---|---|
2.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/dynamic_sidebar_params