Skip to content

Instantly share code, notes, and snippets.

@messica
Created May 10, 2019 16:46
Show Gist options
  • Select an option

  • Save messica/3c17539ed00954eeae8ac16be91ee8ab to your computer and use it in GitHub Desktop.

Select an option

Save messica/3c17539ed00954eeae8ac16be91ee8ab to your computer and use it in GitHub Desktop.
Allow multiple membership products to be purchased.
<?php
/**
* Allow multiple membership products to be purchased.
*/
function my_pmprowoo_plugins_loaded() {
remove_filter( 'woocommerce_is_purchasable', 'pmprowoo_is_purchasable', 10, 2 );
}
add_action( 'plugins_loaded', 'my_pmprowoo_plugins_loaded' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment