my_custom_message with username and password
-
How can i use {username} and {password} in this function?
//Modify the message sent to a user after being approved. function my_custom_message( $message, $user ){ $message = text text "\r\n"; $message .= "{username}\r\n"; $message .= "{password}\r\n"; $message .= text text"; return $message; }
Wait your answer
Thanks a lot
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘my_custom_message with username and password’ is closed to new replies.