Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#1434 closed defect (bug) (fixed)

need plugin hook for profile modifications

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

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 20 years ago.
add do_action('profile_update', $user_ID); to wp-admin/profile.php

Download all attachments as: .zip

Change History (4)

@skippy
20 years ago

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

#1 @matt
20 years ago

  • Milestone set to 1.5.2

#2 @matt
20 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#3 @(none)
18 years ago

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.