WC_Admin_List_Table::render_filters()
Render any custom filters and search inputs for the list table.
{} It's a method of the class: WC_Admin_List_Table{}
No Hooks.
Return
null
. Nothing.
Usage
// protected - for code of main (parent) or child class $result = $this->render_filters();
Code of WC_Admin_List_Table::render_filters() WC Admin List Table::render filters WC 6.7.0
protected function render_filters() {}