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.4.3

apply_filters('site_health_navigation_tabs') is found 1 times:

  • /wp-admin/site-health.php line 31
     * @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: