Filter: hivepress/v1/fields/field/options

apply_filters( 'hivepress/v1/fields/field/options', $options, $field ) → {array}

Filters the selectable field options. At the time of this hook the field value is already available.

Parameters:
Name Type Description
$options array

Selectable options.

$field object

Field object.

Source:
Returns:

Selectable options.

Type
array