Skip to content

Commit

Permalink
Merge pull request #2006 from andyg2/develop
Browse files Browse the repository at this point in the history
Ability to control the product selection of synced products
  • Loading branch information
puntope authored Jul 19, 2023
2 parents e4bf29e + 383b065 commit ec55b41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Product/ProductRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ protected function prepare_query_args( array $args = [] ): array {
$args['orderby'] = 'none';
}

$args = apply_filters( 'woocommerce_gla_product_query_args', $args );

return $args;
}

}

0 comments on commit ec55b41

Please sign in to comment.