Description
Filters tabs not associated with a menu item on the Install Themes screen.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-theme-install-list-table.php | 82 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $nonmenu_tabs | The tabs that don't have a menu item on the Install Themes screen. |
PHP Doc
/**
* Filters tabs not associated with a menu item on the Install Themes screen.
*
* @since 2.8.0
*
* @param string[] $nonmenu_tabs The tabs that don't have a menu item on
* the Install Themes screen.
*/