Action hook 'site_health_tab_content'
in WP Core File wp-admin/site-health.php at line 220
Description
Fires when outputting the content of a custom Site Health tab. 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.
Occurrences
Filename |
Line Number |
wp-admin/site-health.php |
220 |
Parameters
Type |
Name |
Description |
string |
$tab |
The slug of the tab that was requested. |
PHP Doc
/**
* Fires when outputting the content of a custom Site Health tab.
*
* 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.
*
* @since 5.8.0
*
* @param string $tab The slug of the tab that was requested.
*/