Skip to content

Commit

Permalink
skip product if no article #461
Browse files Browse the repository at this point in the history
  • Loading branch information
aiiddqd committed Dec 5, 2022
1 parent 37e7a27 commit 8e1d10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/ProductsSkipIfSkuEmpty.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

add_action('admin_init', __NAMESPACE__ . '\\add_settings', 30);

add_filter('wooms_skip_product_import', __NAMESPACE__ . '\\explude_products_from_walker', 20, 2);
add_filter('wooms_skip_product_import', __NAMESPACE__ . '\\process', 20, 2);

function process($is_skip, $item)
{
Expand Down

0 comments on commit 8e1d10c

Please sign in to comment.