"theme-emails.php" and the user informations codes
Hi everyone,
I'm modifing the "theme-emails.php" file, I need to add the the user identification, the user email and the user password in the email that informe the user that his ads is accepted, the raison behind that is to remember the user with his account informations.
Example of codes:
Code:
$message = sprintf(__('Bonjour %s,', 'appthemes'), $ad_author) . "\r\n\r\n";
I need the user, email and password codes like the code above.
Thanks a lot.