Forked from xlplugins/Custom position in for funnelkit stripe plugin
Created
August 17, 2023 06:52
-
-
Save keshav1990/996ba6efe5cb2543b21d092494d82c45 to your computer and use it in GitHub Desktop.
Custom position in for funnelkit stripe plugin
This file contains 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('fkwcs_express_button_checkout_position',function (){ | |
return 'woocommerce_review_order_after_payment'; | |
},30); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment