WC_Gateway_COD::thankyou_page
Output for the order received page.
Method of the class: WC_Gateway_COD{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Gateway_COD = new WC_Gateway_COD(); $WC_Gateway_COD->thankyou_page();
WC_Gateway_COD::thankyou_page() WC Gateway COD::thankyou page code WC 10.4.3
public function thankyou_page() {
if ( $this->instructions ) {
echo wp_kses_post( wpautop( wptexturize( $this->instructions ) ) );
}
}