web_tabs_content Shortcode
The web_tabs_content shortcode renders the tabs content component.
The attributes below match the current Page Builder controls and public output. Use raw syntax only for reviewed content that cannot be maintained through the visual controls.
Allowed parent shortcodes: web_tabs.
Usage
[web_tabs_content]
Content
[/web_tabs_content]
Attributes
| Attribute | Default | Accepted values | Purpose |
|---|---|---|---|
title |
— | String unless stated otherwise | Enter section title (Note: you can leave it empty). |
tab_id |
— | Valid unique HTML ID | Enter section ID (Note: make sure it is unique and valid according to w3c specification). |
active_tab |
— | yes |
Please ensure that you do not have any other tab marked as active. |
tab_title_tag |
span |
h1, h2, h3, h4, h5, h6, span |
Controls the tab title tag. |
device_visibility |
— | String unless stated otherwise | Applies the selected responsive visibility rule. |
el_id |
— | String unless stated otherwise | Sets a unique HTML ID on the rendered element. |
el_class |
— | String unless stated otherwise | Adds one or more custom CSS classes to the outer element. |
Enclosed content
Content between the opening and closing tags is processed as WordPress shortcode content. Keep the parent/child structure shown by the visual builder so nested components receive the context they expect.
Verification
Keep web_tabs_content inside web_tabs; verify the child order and the parent interaction on the public page. Pay particular attention to title and tab_id.