Skip to content

Instantly share code, notes, and snippets.

@codezz
Created February 22, 2023 18:50
Show Gist options
  • Select an option

  • Save codezz/4292b777315fac22a5f39e4f60f84953 to your computer and use it in GitHub Desktop.

Select an option

Save codezz/4292b777315fac22a5f39e4f60f84953 to your computer and use it in GitHub Desktop.
Remove Dollie redirect from Woocommerce thank you page
<?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