• Hello,

    Great plugin…i would like to customize the user approval email specifically the ability to include the users first and last names so far i have this where i would like [First Name, Last Name] to be for example “Michael Johnson”….what code do i use ?

    $message = sprintf( __( 'Welcome, [First Name],', $this->plugin_id ), get_option( 'blogname' ) ) . "\r\n\r\n";

    http://wordpress.org/extend/plugins/new-user-approve/

  • The topic ‘Add first and last name to approval email’ is closed to new replies.