Select Page

Filters for attributes that used in AJAX Product Filters widgets

Parameters

  1. 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' );
?>