Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter marccie

    (@marccie)

    Hi @jpowersdev,

    thanks a lot. That worked for me.

    Marc

    Thread Starter marccie

    (@marccie)

    @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.

Viewing 2 replies - 1 through 2 (of 2 total)