Skip to:
Content
Pages
Categories
Search
Top
Bottom

Having Extended Profiles Fields in New User Registration Admin Email


  • whimsymoon
    Participant

    @whimsymoon

    Hi Folks!

    I think I understand that the New User Registration email is done by WP and not BP.

    Is there anyway I can get the BP extended profiles to show on the New User Registration Admin email or not?

    Or am I looking at a whole new plugin to to the job 🙁 If yes, got any suggestions?!

    Love you lot!

    😉

Viewing 2 replies - 1 through 2 (of 2 total)

  • Henry Wright
    Moderator

    @henrywright

    I believe the wp_new_user_notification() function is what you’re looking for. It’s pluggable so you can define your own which will override the original definition:

    function wp_new_user_notification( $user_id, $deprecated = null, $notify = '' ) {
        // Your own code here. Copy and paste the original function's content and then modify if you wish.
    }

    whimsymoon
    Participant

    @whimsymoon

    Thanks Henry 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar