Filter the taxonomies used to define whether the fields set should be displayed or not.
The dynamic portion of the hook name, $section, refers to the section id which defines the group of fields.
apply_filters( "beans_term_meta_taxonomies_{$section}", string|array $taxonomies )
Return: (void)
Parameters
| Name | Type | Description |
|---|---|---|
| $taxonomies | string|array | Taxonomies used to define whether the fields set should be displayed or not. |
