Filters/admin items form tabs

The admin_items_form_tabs filter allows you to add, remove, or modify the tabs on the edit item form.

Arguments

array $tabs {{#if
| (optional)}}
An array of the item form tabs. The keys are the tab names, and the values are the HTML content of each tab. A filter function should modify this array and return it.
{{#if: | Default: {{{default}}}}}
Item $item {{#if
| (optional)}}
The Item being edited. Filter functions can use this parameter to change the tabs or content on an item-by-item basis.
{{#if: | Default: {{{default}}}}}