Filters Customizer widget section arguments for a given sidebar.
Parameters
$section_argsarray- Array of Customizer widget section arguments.
$section_idstring- Customizer section ID.
$sidebar_idint|string- Sidebar ID.
Source
$section_args = apply_filters( 'customizer_widgets_section_args', $section_args, $section_id, $sidebar_id );
Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.