Filter: wpbuddy/rich_snippets/rule/{$method_name}

apply_filters( 'wpbuddy/rich_snippets/rule/{$method_name}', $match_result, $position_rule ) → {bool}

Position Rule match filter by method name. Allows to filter the result of a rule match by method name.
Parameters:
Name Type Description
$match_result bool The return value.
$position_rule Position_Rule The current rule object.
Since:
  • 2.0.0
Source:
Returns:
The match result.
Type
bool

apply_filters( 'wpbuddy/rich_snippets/rule/{$method_name}', $match_result, $position_rule ) → {bool}

Position Rule match filter by method name. Allows to filter the result of a rule match by method name.
Parameters:
Name Type Description
$match_result bool The return value.
$position_rule Position_Rule The current rule object.
Since:
  • 2.0.0
Source:
Returns:
The match result.
Type
bool