Skip to:
Content
Pages
Categories
Search
Top
Bottom

(Custom Work) Profile Update Notifications


  • Steve
    Participant

    @steveholland

    Hi,

    I have been using this piece of code for a while.

    `// Profile Update Notification

    function my_update_profile_send( $id ) {
    $text = ‘A user has updated their profile; follow this link (after logging in) to view their profile: ‘ . bp_core_get_user_domain( $id );
    wp_mail( ’email@mydomain.com’, ‘Profile Updated’, $text );
    }
    add_action( ‘xprofile_updated_profile’, ‘my_update_profile_send’ );`

    But what I would like the email to include is exactly what they updated. If this is possible and not a simple task I would be happy to hire someone to create this. I’d like not to have to edit any core files.

    Thanks

  • The topic ‘(Custom Work) Profile Update Notifications’ is closed to new replies.
Skip to toolbar