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