Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save plugin-republic/a6b4c2f27e5902029cc306db396cd1ec to your computer and use it in GitHub Desktop.

Select an option

Save plugin-republic/a6b4c2f27e5902029cc306db396cd1ec to your computer and use it in GitHub Desktop.
<?php
/**
* Enable shipping fields at checkout for booking products
*/
add_filter( 'woocommerce_cart_needs_shipping_address', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment