supercacherewriteconditions
Использование
add_filter( 'supercacherewriteconditions', 'wp_kama_supercacherewriteconditions_filter' ); /** * Function for `supercacherewriteconditions` filter-hook. * * @param $condition_rules * * @return */ function wp_kama_supercacherewriteconditions_filter( $condition_rules ){ // filter... return $condition_rules; }
- $condition_rules
- -
Где вызывается хук
wp-super-cache/wp-cache.php 3161
$condition_rules = apply_filters( 'supercacherewriteconditions', $condition_rules );