Filter the conditions 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_post_meta_post_types_{$section}", string|array $conditions )
Return: (void)
Parameters
Name | Type | Description |
---|---|---|
$conditions | string|array | Conditions used to define whether the fields set should be displayed or not. |