Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/site-health.php | apply_filters | 31 | /** * An associative array of extra tabs for the Site Health navigation bar. * * 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. * * @since 5.8.0 * * @param string[] $tabs An associative array of tab labels keyed by their slug. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $tabs | An associative array of tab labels keyed by their slug. |