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.


Parameters

$section_args array
Array of Customizer widget section arguments.
$section_id string
Customizer section ID.
$sidebar_id int|string
Sidebar ID.

Top ↑

Source

File: wp-includes/class-wp-customize-widgets.php. View all references

$section_args = apply_filters( 'customizer_widgets_section_args', $section_args, $section_id, $sidebar_id );


Top ↑

Changelog

Changelog
Version Description
3.9.0 Introduced.

Top ↑

User Contributed Notes

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