Forums
Forums / Plugin: Classified Listing – AI-Powered Classified ads & Business Directory / A to Z filter
(@walid91)
4 years, 4 months ago
Hi,
Is it possible to remove these two filters?
https://ibb.co/YNH9Mx7
Thank you.
(@techlabpro1)
Hello,
Yes by filter can do this
Add below code in child theme functions.php file to remove this two options –
add_filter('rtcl_listing_orderby_options', function ($options) { unset($options['title-asc']); unset($options['title-desc']); return $options; });
Thanks
Very good.
Thanks too!!
Please post a rating it will help us to grow.
The topic ‘A to Z filter’ is closed to new replies.