Select Page

Filters for taxonomies list that uses for products filtering

Parameters

  1. taxonomies – array with taxonomies

Usage

<?php
function my_filter_berocket_taxonomies ( $taxonomies ) {
//your code here
    return $taxonomies;
}

add_filter( 'berocket_aapf_listener_taxonomies', 'my_filter_berocket_taxonomies' );
?>