woocommerce_thankyou_

woocommerce_thankyou_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_thankyou_') 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 ) ); ?>
    
    

See this hook used in plugins: