WC_Admin_List_Table::query_filters()protectedWC 1.0

Handle any custom filters.

Method of the class: WC_Admin_List_Table{}

No Hooks.

Return

Array.

Usage

// protected - for code of main (parent) or child class
$result = $this->query_filters( $query_vars );
$query_vars(array) (required)
Query vars.

WC_Admin_List_Table::query_filters() code WC 8.7.0

protected function query_filters( $query_vars ) {
	return $query_vars;
}