apply_filters( 'wpbuddy/rich_snippets/rule/match', $match_result, $position_rule ) → {bool}
Position Rule match filter
Allows to filter the match result of a Rule.
Parameters:
Name | Type | Description |
---|---|---|
$match_result |
bool | The match result. |
$position_rule |
Position_Rule | The current rule object. |
- Since:
- 2.0.0
- Source:
Returns:
The modified match result.
- Type
- bool