site_health_navigation_tabs

site_health_navigation_tabs

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('site_health_navigation_tabs') is found 1 times:

  • /wp-admin/site-health.php line 31
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    * @since 5.8.0
     *
     * @param string[] $tabs An associative array of tab labels keyed by their slug.
     */
    $tabs = apply_filters( 'site_health_navigation_tabs', $tabs );
     
    $wrapper_classes = array(
        'health-check-tabs-wrapper',
        'hide-if-no-js',
        'tab-count-' . count( $tabs ),
    );

See this hook used in plugins: