WC_Admin_List_Table_Orders::render_order_date_column()protectedWC 1.0

Render column: order_date.

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_date_column();

WC_Admin_List_Table_Orders::render_order_date_column() code WC 8.6.1

protected function render_order_date_column() {
	$this->orders_list_table->render_order_date_column( $this->object );
}