I found a temporary fix for this issue. The problem is because the review plugin includes a css rule for the class loading ( .loading{display:none;} ) and for this when the input change the class to loading that hides the field. I fixed with this css:
input#guest_email.loading{
display:block!important;
}
is just a temporary fix, is not a good rule use the “!important”, but that gonna fix the issue.
Regards
Well, i tried to use
facebook_for_woocommerce()->get_products_sync_handler()->create_or_update_products(
$product_ids);
and works, if have a better way please reply, thanks.