apply_filters( 'wpbuddy/rich_snippets/fields/reference_subselect/options', $options, $pro, $schema, $selected ) → {array}
Internal 'reference' values.
This filter can be used to add additional options to the 'reference' subselect.
Parameters:
Name | Type | Description |
---|---|---|
$options |
array | The return parameter: an array of options. |
$pro |
Schema_Property | The current property. |
$schema |
string | The current schema class. |
$selected |
string | The current selected item. |
- Since:
- 2.1.1 Renamed from 'wpbuddy/rich_snippets/fields/link_to_subselect/options'
- Source:
Returns:
An array of options.
- Type
- array