WP Insert post with post_thumbnail
To set a thumbnail for product you can’t pass the argument post_thumbnail to wp_insert_post it does nothing. The right way is to use the wp function set_post_thumbnail. Problem is that to use this function you need the ID of the image, not the url. Once you in your code use get_field I assumed that you … Read more