WC_Gateway_Cheque::thankyou_page()

Output for the order received page.


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 ) ) );
		}
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.