Created
February 22, 2023 18:50
-
-
Save codezz/4292b777315fac22a5f39e4f60f84953 to your computer and use it in GitHub Desktop.
Remove Dollie redirect from Woocommerce thank you page
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 | |
| remove_action( 'woocommerce_thankyou', [ \Dollie\Core\Modules\Subscription\Plugin\WooCommerce::instance(), 'redirect_to_blueprint' ] ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment