site_health_tab_content

site_health_tab_content

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('site_health_tab_content') is found 1 times:

  • /wp-admin/site-health.php line 220
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
         * @since 5.8.0
         *
         * @param string $tab The slug of the tab that was requested.
         */
        do_action( 'site_health_tab_content', $_GET['tab'] );
     
        require_once ABSPATH . 'wp-admin/admin-footer.php';
        return;
    } else {
        wp_admin_notice(
            __( 'The Site Health check requires JavaScript.' ),

See this hook used in plugins: