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