install_plugins_tabs

install_plugins_tabs

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('install_plugins_tabs') is found 1 times:

  • /wp-admin/includes/class-wp-plugin-install-list-table.php line 135
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    *
     * @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
     *

See this hook used in plugins: