Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Created October 11, 2022 11:13
Show Gist options
  • Save xlplugins/f0fefbab620c0e348c9f246b6d0be36d to your computer and use it in GitHub Desktop.
Save xlplugins/f0fefbab620c0e348c9f246b6d0be36d to your computer and use it in GitHub Desktop.
refresh payment gateway at checkout page
add_filter( 'wfacp_need_payment_gateway_refresh', function () {
return true;
}, 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment