Untitled

 avatar
unknown
plain_text
5 months ago
261 B
3
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