apply_filters ( ‘install_pluguins_nonmenu_tab ’, string[] $nonmenu_tabs )

Filters tabs not associated with a menu item on the Add Pluguins screen.

Parameters

$nonmenu_tabs string[]
The tabs that don’t have a menu item on the Add Pluguins screen.

Source

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

Changuelog

Versionen Description
2.7.0 Introduced.

User Contributed Notes

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