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