Change The Order The Filters Appear In

[ad_1]

I need to change the order the filters appear in to a custom order. I saw the code supplied here: https://caf.trustyplugins.com/docs/documentation/developers/hooks-to-use/

add_filter(‘tc_caf_filter_order_by’, ‘tc_caf_function_filter_order_by’, 10);

function tc_caf_function_filter_order_by($terms) {
sort($terms);
return $terms;
}

I’m just not sure where to add it. I would appreciate the help.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer