Created
October 11, 2022 11:13
-
-
Save xlplugins/f0fefbab620c0e348c9f246b6d0be36d to your computer and use it in GitHub Desktop.
refresh payment gateway at checkout 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
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