Skip to content

Instantly share code, notes, and snippets.

@dennisnissle
Last active July 2, 2024 12:42
Show Gist options
  • 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_enable_pickup_delivery', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment