开发者 |
wooninjas
rahilwazir |
---|---|
更新时间 | 2022年7月4日 23:19 |
PHP版本: | 5.1 及以上 |
WordPress版本: | 5.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.It's probably because you have cloned/drafted a global tab from the Global Tabs table listing. When you clone, the unique field ID of the tab remains the same and as it is no longer unique it will fail to be listed in the Global Tabs on product edit screen. To make sure a new (unique) Field ID is generated, always use the "Add new" button to create new tabs.
Deletion only happens at the HTML DOM level within the Product backend page i.e. it is a soft delete which does not remove the data from the database until you save the Product. So if you delete one accidentally, you can just refresh the page and have it back.
The Tab title is a required field for all tabs. If you leave it blank the tab will not be not be displayed in the frontend.
No, the plugin only manages it's own Tabs.
wptp_tab_object
to override tab object (Topic#8871911)