Make WordPress Core

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#1434 closed defect (bug) (fixed)

need plugin hook for profile modifications

Reported by: skippy Owned by:
Priority: normal Milestone:
Component: Administration Version: 1.5.1.1
Severity: normal Keywords: profile plugin
Cc: Focuses:

Description

There is a plugin hook for user_register, but no hooks for any subsequent changes to that user's profile.

Attachments (1)

profile.patch (48 bytes ) - added by skippy 21 years ago.
add do_action('profile_update', $user_ID); to wp-admin/profile.php

Download all attachments as: .zip

Change History (4)

@skippy
21 years ago

add do_action('profile_update', $user_ID); to wp-admin/profile.php

#1 @matt
21 years ago

  • Milestone1.5.2

#2 @matt
21 years ago

  • Resolutionfixed
  • Status newclosed

(In [2628]) Adding profile update hook, fixes #1434

#3 @(none)
20 years ago

  • Milestone 2.0

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.