WC_Gateway_COD::thankyou_page()publicWC 1.0

Output for the order received page.

Метод класса: WC_Gateway_COD{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код WC_Gateway_COD::thankyou_page() WC 8.7.0

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