Content of registration Email

This topic contains 1 reply and 2 voices, and was last updated by Sekander Badsha 9 years, 10 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
July 9, 2014 at 2:00 pm 23230
Sekander Badsha Hello, how can I change the subject and content of the registration confirm email? Cheers, Denis
July 10, 2014 at 12:23 pm 23275
Sekander Badsha Sekander Badsha

Hi Denis,
Open frontend-form-profile.php which is located at “\wp-content\plugins\wp-user-frontend-pro\class\” and go to to line number 302. You can change the strings on line number 302 and 303. Both the lines contain the message body. And the mail subject is on line number 310. Here %s means your site name and the rest is static text. You can change that as well.

Important: As you’re directly changing the plugin files, all changes will be lost upon update. You can use the “send_verification_mail” function in your theme or child themes function.php.

Viewing 1 Posts - 1 through 1 (of 1 total)