Skip to content

Instantly share code, notes, and snippets.

@solstudioim
Created October 24, 2022 04:53
Show Gist options
  • Save solstudioim/c438dee4042b4224f5004ac6446c265e to your computer and use it in GitHub Desktop.
Save solstudioim/c438dee4042b4224f5004ac6446c265e to your computer and use it in GitHub Desktop.
Enabled subs to change to active
add_filter( 'woocommerce_can_subscription_be_updated_to_active', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment