Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xlplugins/9a26cf64907e42bca577d3e2e5e32354 to your computer and use it in GitHub Desktop.
Save xlplugins/9a26cf64907e42bca577d3e2e5e32354 to your computer and use it in GitHub Desktop.
Custom position in for funnelkit stripe plugin
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