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