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