woocommerce_review_order_before_submit

woocommerce_review_order_before_submit

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_review_order_before_submit') is found 1 times:

  • /templates/checkout/payment.php line 51
    		</noscript>
    
    		<?php wc_get_template( 'checkout/terms.php' ); ?>
    
    		<?php do_action( 'woocommerce_review_order_before_submit' ); ?>
    
    		<?php echo apply_filters( 'woocommerce_order_button_html', '<button type="submit" class="button alt' . esc_attr( wc_wp_theme_get_element_class_name( 'button' ) ? ' ' . wc_wp_theme_get_element_class_name( 'button' ) : '' ) . '" name="woocommerce_checkout_place_order" id="place_order" value="' . esc_attr( $order_button_text ) . '" data-value="' . esc_attr( $order_button_text ) . '">' . esc_html( $order_button_text ) . '</button>' ); // @codingStandardsIgnoreLine ?>
    
    		<?php do_action( 'woocommerce_review_order_after_submit' ); ?>
    
    		<?php wp_nonce_field( 'woocommerce-process_checkout', 'woocommerce-process-checkout-nonce' ); ?>
    

Examples using woocommerce_review_order_before_submit