Automattic\WooCommerce\Internal\StockNotifications\Admin

ListTable::render_filtersprotectedWC 1.0

Display table filters.

Метод класса: ListTable{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->render_filters();

Код ListTable::render_filters() WC 11.0.1

protected function render_filters() {
	$this->display_months_dropdown();
	$this->display_customer_dropdown();
	$this->display_product_dropdown();
}