Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created May 6, 2022 06:59
Show Gist options
  • Save ABooooo/2e87b625b7e1b89b466fa709cdaccd71 to your computer and use it in GitHub Desktop.
Save ABooooo/2e87b625b7e1b89b466fa709cdaccd71 to your computer and use it in GitHub Desktop.
// place in template
do_action( 'tuttner_show_payment_options' );
// place in functions.php
add_action( 'tuttner_show_payment_options', 'woocommerce_checkout_payment', 20 );
// this example is for custom placing a payment options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment