WC_Admin_List_Table::restrict_manage_posts() public WC 1.0
See if we should render search filters or not.
{} Это метод класса: WC_Admin_List_Table{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$WC_Admin_List_Table = new WC_Admin_List_Table(); $WC_Admin_List_Table->restrict_manage_posts();
Код WC_Admin_List_Table::restrict_manage_posts() WC Admin List Table::restrict manage posts WC 5.0.0
public function restrict_manage_posts() {
global $typenow;
if ( $this->list_table_type === $typenow ) {
$this->render_filters();
}
}