Not working, I have tried everything. I am looking for “_featured” in the meta key, I can’t see it, I can see everything else in there but featured products! So frustrating. I tried a json
{
“post_type”: “product”,
“meta_query”: [
{
“key”: “_featured”,
“value”: “yes”,
“compare”: “=”
}
]
}
nope. please help