Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xlplugins/f6490842d0a07f3e46899145d10df6fa to your computer and use it in GitHub Desktop.
Save xlplugins/f6490842d0a07f3e46899145d10df6fa to your computer and use it in GitHub Desktop.
[FunnelkitCheckout] Remove wp_redirect filter hook priority 9223372036854775807
add_action('wc_ajax_fkwcs_stripe_verify_payment_intent',function(){
remove_all_filters('wp_redirect',PHP_INT_MAX);
},9);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment