RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. rpress_user_verification_email_message

rpress_user_verification_email_message

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

How can we help?