The code to change your sender name:

Welcome mkmcst community Forum Web programming WordPress Random wordpress The code to change your sender name:

Viewing 0 reply threads
  • Author
    Posts
    • #9714
      Michael Mc
      Keymaster
      @mkmcst
      add_filter( 'wp_mail_from_name', 'sender_name' );
      function sender_name( $original_email_from ) {
      return 'Your Name';
      }
Viewing 0 reply threads
  • You must be logged in to reply to this topic.