Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'add/stock_filter_support' of https://github.com/woocomm…
Browse files Browse the repository at this point in the history
…erce/woocommerce-blocks into add/stock_filter_support
  • Loading branch information
gigitux committed Oct 26, 2022
2 parents e879ae6 + 9ea5689 commit 027ab12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BlockTypes/ProductQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ function( $acc, $query_args ) {
* @return array
*/
private function get_filter_by_stock_status_query() {

$filter_stock_status_values = get_query_var( StockFilter::STOCK_STATUS_QUERY_VAR );

if ( empty( $filter_stock_status_values ) ) {
Expand Down

0 comments on commit 027ab12

Please sign in to comment.