formcierge_email_content
Filter

Since v1.0.0

Filter the fully merged email content after merge tags have been resolved. Last chance to modify before it is handed off to the mailer.

Parameters
$content string The fully merged email content.
$notification_id string The notification identifier.
$entry_id int The entry ID.
Defined in
includes/Core/Mailer.php
add_filter( 'formcierge_email_content', function ( $content, $notification_id, $entry_id ) {
    return make_clickable( $content );
}, 10, 3 );