WC_Gateway_BACS::thankyou_page( int $order_id )
Output for the order received page.
Description Description
Parameters Parameters
- $order_id
-
(Required) Order ID.
Source Source
File: includes/gateways/bacs/class-wc-gateway-bacs.php
public function thankyou_page( $order_id ) { if ( $this->instructions ) { echo wp_kses_post( wpautop( wptexturize( wp_kses_post( $this->instructions ) ) ) ); } $this->bank_details( $order_id ); }