Last active
January 8, 2025 08:47
-
-
Save webtoffee-git/decfdbde44371da5ac66984d930287ee to your computer and use it in GitHub Desktop.
This snippet enables multisites using same stripe account compatible with OAuth authentication - By WebToffee (Stripe payment gateway for WooCommerce pro & basic)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php //Do not copy this line of code | |
add_filter("wt_stripe_same_account_for_all_sites", "__return_true"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment