Filters the list of sidebars and their widgets.
$sidebars_widgetsarraywp-includes/widgets.php:1053wp_get_sidebars_widgets() * Filters the list of sidebars and their widgets. * * @since 2.7.0 * * @param array $sidebars_widgets An associative array of sidebars and their widgets. */ return apply_filters( 'sidebars_widgets', $sidebars_widgets );} /** * Retrieves the registered sidebar with the given ID. * * @since 5.9.0Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.