Skip to content

Instantly share code, notes, and snippets.

@philipnewcomer
Created March 22, 2017 00:18
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 philipnewcomer/fdc75c31a2aece920de838b210cb647a to your computer and use it in GitHub Desktop.
Save philipnewcomer/fdc75c31a2aece920de838b210cb647a to your computer and use it in GitHub Desktop.
Disable WooCommerce Subscriptions Recurring Billing (on staging or during migration)
<?php
// Place in the mu-plugins dir.
add_filter( 'woocommerce_subscriptions_is_duplicate_site', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment