Forums
(@cheapstuff4all)
5 years, 2 months ago
what does this mean?
If you have variations with GTINs, you can find those in post meta like this:
get_post_meta( $variation[‘variation_id’], ‘hwp_var_gtin’, 1 );
You have to loop through the variations to get that.
Thank you!