apply_filters( 'site_health_navigation_tabs', string[] $tabs )
An associative array of extra tabs for the Site Health navigation bar.
Description
Add a custom page to the Site Health screen, based on a tab slug and label.
The label you provide will also be used as part of the site title.
Parameters
- $tabs
-
An associative array of tab labels keyed by their slug.
Source
File: wp-admin/site-health.php
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |