Fires before a widget’s display callback is called.
Note: The action fires on both the front end and back end, including for widgets in the Inactive Widgets sidebar on the Widgets screen.
The action is not fired for empty sidebars.
$widgetarray
name stringid stringcallback callable$callback is an array containing the widget object. Fired on the back end, $callback is 'wp_widget_control', see $_callback.params arrayclassname stringdescription string_callback array$_callback is populated with an array containing the widget object, see $callback.do_action( 'dynamic_sidebar', $wp_registered_widgets[ $id ] );
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/dynamic_sidebar