Fix typo in json_search_downloadable_products_and_variations
This commit is contained in:
parent
d94f3883da
commit
1670f9ae60
|
@ -1193,7 +1193,7 @@ class WC_AJAX {
|
|||
}
|
||||
|
||||
if ( ! empty( $_GET['include'] ) ) {
|
||||
$ids = array_intersect( $ids, (array) $_GET['exclude'] );
|
||||
$ids = array_intersect( $ids, (array) $_GET['include'] );
|
||||
}
|
||||
|
||||
if ( ! empty( $_GET['limit'] ) ) {
|
||||
|
|
Loading…
Reference in New Issue