apply_filters( 'wpbuddy/rich_snippets/ruleset/match', $bail_early, $ruleset ) → {bool|null}
Ruleset match filter.
Bail early on ruleset match.
Parameters:
Name | Type | Description |
---|---|---|
$bail_early |
bool | null | If and how to bail early. |
$ruleset |
Position_Ruleset | The current ruleset object. |
- Since:
- 2.0.0
- Source:
Returns:
If NULL, default behaviour is turned ON. Otherwise bail early with true or false.
- Type
- bool | null