WC_Admin_List_Table_Orders::restrict_manage_posts()

See if we should render search filters or not.


Description Description


Source Source

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

	public function restrict_manage_posts() {
		global $typenow;

		if ( in_array( $typenow, wc_get_order_types( 'order-meta-boxes' ), true ) ) {
			$this->render_filters();
		}
	}


Top ↑

User Contributed Notes User Contributed Notes

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