HI,
Please add this code to your site for the purpose-
add_filter( 'wcfm_max_radius_to_search_options', function( $max_radius ) {
$max_radius = array( '1' => '1', '2' => '2' );
return $max_radius;
});
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://ww.wp.xz.cn/plugins/code-snippets/
Thank You
Thread Starter
Julia
(@benbenn)
Hello,
Perfect, everything is working well!
Thanks a lot
-
This reply was modified 6 years, 4 months ago by
Julia.
You are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://ww.wp.xz.cn/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.