apply_filters( 'wpb_rs/cache/rule_{$id}', $match_result, $default_result ) → {bool}
Cached match result filter.
Allows to change the cached value of a matching rule.
Parameters:
Name | Type | Description |
---|---|---|
$match_result |
bool | The match result from the cache. |
$default_result |
bool | The default result. |
- Since:
- 2.0.0
- Source:
Returns:
- Type
- bool