Automattic\WooCommerce\Internal\StockNotifications\Admin
ListTable::render_filters
Display table filters.
Method of the class: ListTable{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->render_filters();
ListTable::render_filters() ListTable::render filters code WC 10.3.6
protected function render_filters() {
$this->display_months_dropdown();
$this->display_customer_dropdown();
$this->display_product_dropdown();
}