Filter: wpbuddy/rich_snippets/fields/descendants_subselect/values

apply_filters( 'wpbuddy/rich_snippets/fields/descendants_subselect/values', $values, $prop, $schema ) → {array}

'direct descendants' subselect values filter. This filter can be used to add additional options to the 'direct descendants' subfield select.
Parameters:
Name Type Description
$values array The return parameter: an array of values.
$prop Schema_Property The current property.
$schema string The current schema class.
Since:
  • 2.0.0
Source:
Returns:
The array of values.
Type
array

apply_filters( 'wpbuddy/rich_snippets/fields/descendants_subselect/values', $values, $prop, $schema ) → {array}

'direct descendants' subselect values filter. This filter can be used to add additional options to the 'direct descendants' subfield select.
Parameters:
Name Type Description
$values array The return parameter: an array of values.
$prop Schema_Property The current property.
$schema string The current schema class.
Since:
  • 2.0.0
Source:
Returns:
The array of values.
Type
array