woocommerce_thankyou, $order->get_id(

woocommerce_thankyou, $order->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_thankyou, $order->get_id(') is found 1 times:

  • /templates/checkout/thankyou.php line 82
     
    		<?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 ) ); ?>
    
    	<?php endif; ?>