Filters for attributes that used in AJAX Product Filters widgets
Parameters
- attributes – array with attributes
Usage
<?php
function my_filter_berocket_attributes ( $attributes ) {
//your code here
return $attributes;
}
add_filter( 'berocket_aapf_get_attributes', 'my_filter_berocket_attributes' );
?>