apply_filters( 'sidebars_widgets', array $sidebars_widgets )

Filters the list of sidebars and their widgets.


Description


Parameters

$sidebars_widgets

(array) An associative array of sidebars and their widgets.


Top ↑

Source

File: wp-includes/widgets.php

View on Trac


Top ↑

Changelog

Version Description
2.7.0 Introduced.