apply_filters( 'wpbuddy/rich_snippets/position/value_possibilities', $values, $q, $page, $param ) → {array}
Position value possibilities filter.
Allows to modify the list of possible values for positions.
Parameters:
Name | Type | Description |
---|---|---|
$values |
array | The possible values. |
$q |
string | The search term. |
$page |
int | The page number. |
$param |
string |
- Since:
- 2.0.0
- Source:
Returns:
A list of possible position values.
- Type
- array