Untitled
unknown
plain_text
a year ago
261 B
4
Indexable
add_filter('b2bking_creamform_taxonomy_filter', function($val){
return 'brand'; // slug of the taxonomy to be used
}, 10, 1);
add_filter('b2bking_creamform_taxonomy_filter_name', function($val){
return 'Brands'; // name to be displayed on frontend
}, 10, 1);Editor is loading...
Leave a Comment