'2', 'decimal_separator' => '.', 'thousand_separator' => '', ); } /** * Modify product images as per idealo feed. * * @param string $images product images. * @return string */ public function woo_feed_filter_product_images_callback( $images ) { return str_replace( ',', ';', $images ); } }