Skip to content

Instantly share code, notes, and snippets.

@dennisnissle
Created April 23, 2024 08:42
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 dennisnissle/70f605f25792b6875354dca2b64f6529 to your computer and use it in GitHub Desktop.
Save dennisnissle/70f605f25792b6875354dca2b64f6529 to your computer and use it in GitHub Desktop.
Disable registering pickup location fields
<?php
add_filter( 'woocommerce_gzd_shipments_pickup_delivery_available', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment