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