Fires at the top of the daily digest email template.
Usage Example
add_action( 'mainwp_daily_digest_email_header', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }