• Resolved chrisg73

    (@chrisg73)


    I’ve created three custom tabs and filled them up with the content (via products mass import) but now I would like to delete one of them, specific tab.
    Is there a way to do that? I can do that manually when I edit product but the problem is that there is ca 20K products.
    In a database I can see all of information (about all of my tabs) in one field. I can hide this tab from viewing in product view but I would like to delete data and clean up database. Is there any solution for that?

Viewing 1 replies (of 1 total)
  • Hey @chrisg73,

    Unfortunately, no there isn’t a way to mass delete tabs in this version of the plugin. The feature that you’re describing is available in the Pro version of the plugin but the tab would have to be a saved tab applied globally.

    The tab information is saved as post meta however so you could write a function that loops through and finds the tabs you don’t want and removes it with this function: https://developer.wordpress.org/reference/functions/update_post_meta/

    Have a good week!

    Freddie

Viewing 1 replies (of 1 total)

The topic ‘How to remove unused, specific tab’ is closed to new replies.