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