Increase results radius on load
-
Hello,
Thanks for a nice plugin. I would like to get the map to load results from a bigger radius than 1000 miles. Reading an old answer, I found the reply to add the filter:function my_custom_sm_radius_choices( $original ) {
return array( 1, 10, 25, 50 );
}
add_filter( ‘sm-search-radii’, ‘my_custom_sm_radius_choices’ );But that limits the radius down when I tried it. Is it possible increase it?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Increase results radius on load’ is closed to new replies.