apply_filters( ‘site_health_navigation_tabs’, string[] $tabs )

In this article

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

$tabsstring[]
An associative array of tab labels keyed by their slug.

Source

$tabs = apply_filters( 'site_health_navigation_tabs', $tabs );

Changelog

VersionDescription
5.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.