apply_filters( "learndash_addon_tab_items_{$this->current_tab}", array $tab_items )
Filters add-on items for a tab.
Description Description
The dynamic part of the hook refers to the name of the current tab.
Parameters Parameters
- $tab_items
-
An array of tab list items.
Source Source
File: includes/admin/class-learndash-admin-addons-list-table.php
Changelog Changelog
Version | Description |
---|---|
2.5.5 | Introduced. |