marccie
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Cant change value with REST APIForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Cant change value with REST API@jpowersdev This is what I sand
{
“meta_data” :
[
{
“key” : “yikes_woo_products_tabs”,
“value” :
[
{
“id” : “support-faq”,
“title” : “Support & FAQ”,
“value” : “<span style=\”font-family: ‘Arial’;font-weight: bold;\” >Test<br/></span><span style=\”\” ><br/>This is a value</span>”
}
]
}
],
}and this is de response:
{
“meta_data”: [
{
“id”: 9993,
“key”: “_last_editor_used_jetpack”,
“value”: “classic-editor”
},
{
“id”: 9994,
“key”: “yikes_woo_products_tabs”,
“value”: [
{
“id”: “support-faq”,
“title”: “Support & FAQ”,
“value”: “<span style=\”font-family: ‘Arial’;font-weight: bold;\” >Test<br/></span><span style=\”\” ><br/>This is a value</span>”
}
]
},
{
“id”: 9996,
“key”: “_wp_page_template”,
“value”: “default”
}
],
}On the frontend I can see the TAB Support & FAQ but with no content.