WC_Admin_List_Table_Orders::render_billing_address_columnprotectedWC 1.0

Render column: billing_address.

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

WC_Admin_List_Table_Orders::render_billing_address_column() code WC 10.3.3

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