WC_Admin_List_Table::restrict_manage_posts
See if we should render search filters or not.
Метод класса: WC_Admin_List_Table{}
Хуков нет.
Возвращает
null. Ничего (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 10.3.6
public function restrict_manage_posts() {
global $typenow;
if ( $this->list_table_type === $typenow ) {
$this->render_filters();
}
}