beans_wp_customize_fields_{$section}

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

NameTypeDescription
$fieldsarrayAn array of customizer fields.