WC_Admin_List_Table_Orders::order_preview_template()publicWC 3.3.0

Template for order preview.

Method of the class: WC_Admin_List_Table_Orders{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Admin_List_Table_Orders = new WC_Admin_List_Table_Orders();
$WC_Admin_List_Table_Orders->order_preview_template();

Changelog

Since 3.3.0 Introduced.

WC_Admin_List_Table_Orders::order_preview_template() code WC 8.7.0

public function order_preview_template() {
	echo $this->orders_list_table->get_order_preview_template();
}