WC_Admin_List_Table::restrict_manage_posts()

See if we should render search filters or not.


Description Description


Source Source

File: includes/admin/list-tables/abstract-class-wc-admin-list-table.php

	public function restrict_manage_posts() {
		global $typenow;

		if ( $this->list_table_type === $typenow ) {
			$this->render_filters();
		}
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.