- This topic has 2 replies, 2 voices, and was last updated 5 months ago by .
-
Topic
-
Curious if tabs created with Builder’s Custom Attributes are still working? I noticed some of my metaboxes that previously had fields split up into tabs stopped rendering the tabs about a year ago. But I never investigated until now.
Finally investigating, I looked at the code Builder generates, and it doesn’t seem to be including the
tabs
array key where tab IDs are declared. I have two tabs declared in Builder’s custom attributes for the field group. I tested on a basic WP install with no other plugins activated other than MB, MB Tabs, and Classic Editor, with the Twenty Twenty theme activated.Here are the custom attributes I specified:
https://www.dropbox.com/s/jwb5s64p7doghol/metabox_tabs_builder_custom_attributes.png?dl=0Screenshot of the rendered MetaBox:
https://www.dropbox.com/s/3b4ssx8tqm32bj6/metabox_tabs_missing.png?dl=0And the resulting code Builder generates:
https://pastebin.com/J60a7f70Note the missing
tabs
key in the code.
- You must be logged in to reply to this topic.