Recent

crp_cornerstone_percentagefilterPro only

crp_cornerstone_percentage

Filter the cornerstone percentage.

Type: filter
Since: 4.0.0
Source: includes/pro/class-query-modifier.php line 1065

Parameters

Type Name Description
int $cornerstone_percentage The cornerstone percentage.

Usage

add_filter( 'crp_cornerstone_percentage', function($cornerstone_percentage) {
    // ...
    return $cornerstone_percentage;
} );