Filter: wpbuddy/rich_snippets/rule/match/bail_early

apply_filters( 'wpbuddy/rich_snippets/rule/match/bail_early', $bail_early, $position_rule ) → {null|bool}

Position Rule match filter (bail early). Allows to bail early for a single rule in a ruleset.
Parameters:
Name Type Description
$bail_early null | bool If and how to bail early.
$position_rule Position_Rule The rule object.
Since:
  • 2.0.0
Source:
Returns:
NULL if default behaviour should be turned ON. Otherwise true or false.
Type
null | bool

apply_filters( 'wpbuddy/rich_snippets/rule/match/bail_early', $bail_early, $position_rule ) → {null|bool}

Position Rule match filter (bail early). Allows to bail early for a single rule in a ruleset.
Parameters:
Name Type Description
$bail_early null | bool If and how to bail early.
$position_rule Position_Rule The rule object.
Since:
  • 2.0.0
Source:
Returns:
NULL if default behaviour should be turned ON. Otherwise true or false.
Type
null | bool