install_plugins_tabs, $tabs
install_plugins_tabs, $tabs
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('install_plugins_tabs, $tabs') is found 1 times:
- /wp-admin/includes/class-wp-plugin-install-list-table.php line 134
* * @param string[] $tabs The tabs shown on the Add Plugins screen. Defaults include * 'featured', 'popular', 'recommended', 'favorites', and 'upload'. */ $tabs = apply_filters( 'install_plugins_tabs', $tabs ); /** * Filters tabs not associated with a menu item on the Add Plugins screen. * * @since 2.7.0 *