Filter the customizer fields.
The dynamic portion of the hook name, $section, refers to the section id which defines the group of fields.
apply_filters( "beans_wp_customize_fields_{$section}", array $fields )
Return: (void)
Parameters
| Name | Type | Description |
|---|---|---|
| $fields | array | An array of customizer fields. |
