Closed SvyrydovAndrey closed 7 years ago
if third arg for get_post_meta is true it will be string.
https://developer.wordpress.org/reference/functions/get_post_meta/#return
@SvyrydovAndrey $products_list = get_post_meta(get_the_ID(), 'products_list', false); Try this.
Hi guys, Thank you for your plugin. I have one small issue: When i tried get values from field I got string but not array.