WC_Gateway_Cheque::thankyou_pagepublicWC 1.0

Output for the order received page.

Method of the class: WC_Gateway_Cheque{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Gateway_Cheque = new WC_Gateway_Cheque();
$WC_Gateway_Cheque->thankyou_page();

WC_Gateway_Cheque::thankyou_page() code WC 10.6.2

public function thankyou_page() {
	if ( $this->instructions ) {
		echo wp_kses_post( wpautop( wptexturize( $this->instructions ) ) );
	}
}