WC_Admin_List_Table_Orders::render_filtersprotectedWC 1.0

Render any custom filters and search inputs for the list table.

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

WC_Admin_List_Table_Orders::render_filters() code WC 10.3.6

protected function render_filters() {
	$this->orders_list_table->created_via_filter();
	$this->orders_list_table->customers_filter();
}