Skip to content

Instantly share code, notes, and snippets.

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 xlplugins/d112b1d86e90e8b65f3f2a19010bdea2 to your computer and use it in GitHub Desktop.
Save xlplugins/d112b1d86e90e8b65f3f2a19010bdea2 to your computer and use it in GitHub Desktop.
add stripe support for wp swing subscriptions
add_filter( 'wps_sfw_supported_payment_gateway_for_woocommerce', function ( $stripe ) {
$stripe[] = 'fkwcs_stripe';
return $stripe;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment