WC_Admin_List_Table::query_filters()
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() WC Admin List Table::query filters code WC 9.7.1
protected function query_filters( $query_vars ) { return $query_vars; }