WC_Gateway_Cheque::thankyou_page() public WC 1.0
Output for the order received page.
{} Это метод класса: WC_Gateway_Cheque{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$WC_Gateway_Cheque = new WC_Gateway_Cheque(); $WC_Gateway_Cheque->thankyou_page();
Код WC_Gateway_Cheque::thankyou_page() WC Gateway Cheque::thankyou page WC 5.0.0
public function thankyou_page() {
if ( $this->instructions ) {
echo wp_kses_post( wpautop( wptexturize( $this->instructions ) ) );
}
}