crp_query_pro_short_circuit
Filter the short circuit flag.
Type: filter
Since: 4.0.0
Source: includes/pro/class-pro.php line 242
Parameters
| Type | Name | Description |
|---|---|---|
bool |
$short_circuit |
Short circuit flag. |
\WP_Post |
$post |
Post object. |
array |
$args |
Arguments array. |
Usage
add_filter( 'crp_query_pro_short_circuit', function($short_circuit, $post, $args) {
// ...
return $short_circuit;
} );