Email Heater and subtitle

Home Forums Legacy Support Support queries How-to & Troubleshooting Email Heater and subtitle

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #280127
    csicy_677
    Participant
    I have change from email option the name FROM "Name" and FROM "Email"   but the email is has this : <h3 class="iw"><span class="qu" tabindex="-1" role="gridcell"><span class="gD" data-hovercard-id="[email protected]" data-hovercard-owner-id="161">WordPress</span> <span class="go"><span aria-hidden="true"><</span>[email protected]<span aria-hidden="true">></span></span> </span></h3> How can i solve this?
    #280187
    Diana
    Participant
    Add this code in wp-admin > plugins > editor > select wplms customizer plugin > wplms-customizer.php // Optionally change your email address add_filter('wp_mail_from','noreply_from'); function noreply_from($from) { return 'noreply@YOUR_DOMAIN.org'; //Replace 'YOUR_DOMAIN.org' with email address } // Optionally change your from name add_filter('wp_mail_from_name','noreply_from_name'); function noreply_from_name($name) { return 'YOUR_DOMAIN No-Reply'; //Replace 'YOUR_DOMAIN No-Reply' with the from name }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Email Heater and subtitle’ is closed to new replies.