Hi I’m facing a similar issue, exaclty runnign a search-replace command.
Running it as a SQL query or with a plugin for search and replace I see that the wp_postmeta table get correctly modified but the product lose its tab on front and backend =(
Can’t figure it out why it happens.
It seems that every edit on the database makes tabs disappear
That was my meta_value’s metaky_value
BEFORE:
a:1:{i:0;a:3:{s:5:"title";s:9:"Datasheet";s:2:"id";s:9:"datasheet";s:7:"content";s:195:"<span style="font-weight: 500; color: #666666;">[button link="https://abcabc.xyz" type="icon" " newwindow="yes"]????? DATASHEET???? ?[/button]</span>";}}
AFTER
a:1:{i:0;a:3:{s:5:"title";s:9:"Datasheet";s:2:"id";s:9:"datasheet";s:7:"content";s:195:"<span style="font-weight: 500; color: #666666;">[button style="btn-primary" size="btn-lg" color="#000" border="btn-rounded" buttonlink="https://abcabc.xyz" type="icon" textdata="Datasheet" ]</span>";}}
Otherwise in admin panel Custom Tabs ask me to add a new one =( even if mysql table is populated =(
Any tips?
Thanks in advance.
Francesco
-
This reply was modified 5 years, 6 months ago by franzkekko.