Recent

crp_query_pro_short_circuit filter Pro only

crp_query_pro_short_circuit

Filter the short circuit flag.

Type: filter
Since: 4.0.0
Source: includes/class-pro.php line 212

Parameters

TypeNameDescription
bool$short_circuitShort circuit flag.
\WP_Post$postPost object.
array$argsArguments array.

Usage

add_filter( 'crp_query_pro_short_circuit', function($short_circuit, $post, $args) {
    // ...
    return $short_circuit;
} );