woocommerce_after_order_notes хук-событие . WC 1.0
Использование
add_action( 'woocommerce_after_order_notes', 'action_function_name_490' ); function action_function_name_490( $checkout ){ // action... }
- $checkout
- -
Где вызывается хук
woocommerce_after_order_notes
woocommerce/templates/checkout/form-shipping.php 69
<?php do_action( 'woocommerce_after_order_notes', $checkout ); ?>