apply_filters( 'customizer_widgets_section_args', array $section_args, string $section_id, int|string $sidebar_id )

Filters Customizer widget section arguments for a given sidebar.


Description Description


Parameters Parameters

$section_args

(array) Array of Customizer widget section arguments.

$section_id

(string) Customizer section ID.

$sidebar_id

(int|string) Sidebar ID.


Top ↑

Source Source

File: wp-includes/class-wp-customize-widgets.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.