WC_Gateway_Cheque::thankyou_page()
Output for the order received page.
Contents
Description Description
Source Source
File: includes/gateways/cheque/class-wc-gateway-cheque.php
public function thankyou_page() { if ( $this->instructions ) { echo wp_kses_post( wpautop( wptexturize( $this->instructions ) ) ); } }