WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customizer_widgets_section_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-customize-widgets.php apply_filters 475 /**
* Filters Customizer widget section arguments for a given sidebar.
*
* @since 3.9.0
*
* @param array $section_args Array of Customizer widget section arguments.
* @param string $section_id Customizer section ID.
* @param int|string $sidebar_id Sidebar ID.
*/

Hook Parameters

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