Skip to content

Instantly share code, notes, and snippets.

@rajeshsingh520
Last active May 17, 2020 10:23
Show Gist options
  • Save rajeshsingh520/72b06b28de3118bc5fc4ce95bddaeb86 to your computer and use it in GitHub Desktop.
Save rajeshsingh520/72b06b28de3118bc5fc4ce95bddaeb86 to your computer and use it in GitHub Desktop.
disbale ajax loading of location, do this only if you are not restricting pickup location by zone
<?php
add_filter('pisol_disable_ajax_location',function($val){ return true; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment