woocommerce_thankyou_ . $order->get_payment_method(

woocommerce_thankyou_ . $order->get_payment_method(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_thankyou_ . $order->get_payment_method(') is found 1 times:

  • /templates/checkout/thankyou.php line 81
    			</ul>
    
    		<?php endif; ?>
    
    		<?php do_action( 'woocommerce_thankyou_' . $order->get_payment_method(), $order->get_id() ); ?>
    		<?php do_action( 'woocommerce_thankyou', $order->get_id() ); ?>
    
    	<?php else : ?>
    
    		<?php wc_get_template( 'checkout/order-received.php', array( 'order' => false ) ); ?>