WC_Admin_List_Table_Orders::render_order_total_column
Render column: order_total.
Method of the class: WC_Admin_List_Table_Orders{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->render_order_total_column();
WC_Admin_List_Table_Orders::render_order_total_column() WC Admin List Table Orders::render order total column code WC 10.3.3
protected function render_order_total_column() {
$this->orders_list_table->render_order_total_column( $this->object );
}