rpress_user_verification_email_message

Author: RestroPress 304 views

The rpress_user_verification_email_message filter is applied to the user email message verification for all emails sent through RestroPress. It receives two parameters:

$message = apply_filters( ‘rpress_user_verification_email_message’, $message, $user_id );

$message – The email body text
$user_id – The current user id