Description
Filters the common arguments supplied when constructing a Customizer setting.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-customize-widgets.php | 1006 |
Parameters
Type | Name | Description |
---|---|---|
array | $args | Array of Customizer setting arguments. |
string | $id | Widget setting ID. |
PHP Doc
/**
* Filters the common arguments supplied when constructing a Customizer setting.
*
* @since 3.9.0
*
* @see WP_Customize_Setting
*
* @param array $args Array of Customizer setting arguments.
* @param string $id Widget setting ID.
*/