Skip to content

Instantly share code, notes, and snippets.

@jrick1229
Created November 27, 2020 18:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrick1229/bb5a8efd18a5eef3c43b9291057ddf9c to your computer and use it in GitHub Desktop.
Save jrick1229/bb5a8efd18a5eef3c43b9291057ddf9c to your computer and use it in GitHub Desktop.
Do not require a WooCommerce Subscriptions Gifting recipient to enter a shipping address when completing their account creation
<?php
add_filter( 'wcsg_require_shipping_address_for_virtual_products', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment