I have several thousand posts in a custom post type called clothing which have a custom field called wpcf-translation
I need to insert a string into every single post's wpcf-translation custom field.
But I couldn't find anything on the internet. So my question is, is there an SQL query I can use to insert a string into every single post's custom field wpcf-translation in custom post type clothing?
Thanks