Created
May 6, 2022 06:59
-
-
Save ABooooo/2e87b625b7e1b89b466fa709cdaccd71 to your computer and use it in GitHub Desktop.
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
// 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