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