apply_filters( 'install_themes_nonmenu_tabs', string[] $nonmenu_tabs )

Filters tabs not associated with a menu item on the Install Themes screen.


Parameters

$nonmenu_tabs string[]
The tabs that don't have a menu item on the Install Themes screen.

Top ↑

Source

File: wp-admin/includes/class-wp-theme-install-list-table.php. View all references

$nonmenu_tabs = apply_filters( 'install_themes_nonmenu_tabs', $nonmenu_tabs );


Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.