Skip to content

Instantly share code, notes, and snippets.

@Rhytz
Created May 11, 2020 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rhytz/97a0ef658c9625b18b5f9dc875697692 to your computer and use it in GitHub Desktop.
Save Rhytz/97a0ef658c9625b18b5f9dc875697692 to your computer and use it in GitHub Desktop.
<?php
function pgmb_enable_all_locations($locations){
foreach($locations as &$location){
$location->locationState->isLocalPostApiDisabled = false;
}
return $locations;
}
add_filter('mbp_business_selector_locations', 'pgmb_enable_all_locations');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment