Filter hook 'sidebars_widgets'

in WP Core File wp-includes/widgets.php at line 1051

Description

Filters the list of sidebars and their widgets.

Occurrences

Filename Line Number
wp-includes/widgets.php 1051

Parameters

Type Name Description
array $sidebars_widgets An associative array of sidebars and their widgets.

PHP Doc

/**
	 * Filters the list of sidebars and their widgets.
	 *
	 * @since 2.7.0
	 *
	 * @param array $sidebars_widgets An associative array of sidebars and their widgets.
	 */