Warning: This method has been deprecated. Logic moved to query_filters instead.

WC_Admin_List_Table_Products::sku_search( string $where )

Search by SKU or ID for products.


Description Description


Parameters Parameters

$where

(Required) Where clause SQL.


Top ↑

Return Return

(string)


Top ↑

Source Source

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

	public function sku_search( $where ) {
		return $where;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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