MainWP
EOT; $title_content = ! empty( $title ) ? ' ' . $title . '
' : ''; $mail_send['body'] = <<
Hi,

{$title_content}
{$body}
EOT; $mail_send['footer'] = <<


Follow us on X | Friend us on Facebook
Copyright © {$current_year} MainWP, All rights reserved.

EOT; } $mail_send = apply_filters( 'mainwp_format_email', $mail_send ); return $mail_send['header'] . $mail_send['body'] . $mail_send['footer']; } }