beans_term_meta_taxonomies_{$section}

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

NameTypeDescription
$taxonomiesstring|arrayTaxonomies used to define whether the fields set should be displayed or not.