do_action( 'site_health_tab_content', string $tab )
Output content of a custom Site Health tab.
Description
This action fires right after the Site Health header, and users are still subject to the capability checks for the Site Health page to view any custom tabs and their contents.
Parameters
- $tab
-
The slug of the tab that was requested.
Source
File: wp-admin/site-health.php
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |