Fires at the top of the site health monitoring email template.
Usage Example
add_action( 'mainwp_site_health_monitoring_email_header', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }