Forum Replies Created

Viewing 1 replies (of 1 total)
  • Dobry deň,
    vytvoril som snippet pre vylú?enie kategórií z heureka feedu pod?a vzoru na stránke Dokumentace WPify Woo, ale nefunguje to. Stále to generuje v?etky kategórie produktov. Neviem kde robím chybu?

    function wpify_exclude_products_in_category($skip, $product): bool {
    	return !empty( $product ) && in_array( $product->get_category_ids(), array( '553', '548', '547', '546', '545', '544', '543', '542', '541', '539', '538' ) );
    }
    add_filter('wpify_woo_xml_heureka_skip_product', 'wpify_exclude_products_in_category', 10, 2);

    V?aka za odpove?.

Viewing 1 replies (of 1 total)