Filters the 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
string[]- An associative array of tab labels keyed by their slug.
Source
$tabs = apply_filters( 'site_health_navigation_tabs', $tabs );
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.