Filter: RCB/Templates/FalsePositive

apply_filters( 'RCB/Templates/FalsePositive', $isActive, $plugin, $identifier, $type ) → {boolean}

Allows you to deactivate a false-positive plugin template.

Example: Someone has RankMath SEO active, but deactivated the GA function.

Attention: This filter is only applied for active plugins!

Parameters:
Name Type Description
$isActive boolean
$plugin string

The active plugin (can be slug or file)

$identifier string

The template identifier

$type string

Can be service or blocker

Since:
  • 3.16.0
Returns:
Type
boolean