Skip to content

Instantly share code, notes, and snippets.

@NickGreen
Last active January 9, 2020 22:28
Show Gist options
  • Save NickGreen/984e5a9374938926de26fe929b4904b5 to your computer and use it in GitHub Desktop.
Save NickGreen/984e5a9374938926de26fe929b4904b5 to your computer and use it in GitHub Desktop.
Prevent items from being removed from subscription
<?php // don't copy this line
add_filter( 'wcs_can_items_be_removed', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment