apply_filters( 'wpbuddy/rich_snippets/rulegroup/match', $bail_early, $rulegroup ) → {bool|null}
Position Rulegroup match filter.
Allows to bail early for a position rulegroup.
Parameters:
Name | Type | Description |
---|---|---|
$bail_early |
bool | null | If and how to bail early. |
$rulegroup |
Position_Rule_Group | The current rule group object. |
- Since:
- 2.0.0
- Source:
Returns:
NULL if default behaviour; true|false if bail early.
- Type
- bool | null