Looking for help?
< All Topics
Print

Change distance in addon “OpenPos Secure – Allow login store location only”

add_filter('op_max_distance_kilometer',function(){
    return 0.4; // in KM
});
Table of Contents