Filter: hivepress/v1/fields/{field_type}/meta

apply_filters( 'hivepress/v1/fields/{field_type}/meta', $meta ) → {array}

Filters the field class meta. The class meta stores properties related to the field type rather than a specific field instance. For example, it stores the field settings displayed for an attribute. The dynamic part of the hook refers to the field type (e.g. textarea). You can check the available field types in the includes/fields directory of HivePress.

Parameters:
Name Type Description
$meta array

Class meta values.

Source:
Returns:

Class meta values.

Type
array