Make WordPress Core

Opened 17 years ago

Closed 16 years ago

#3671 closed enhancement (wontfix)

Provide additional information in user-related hooks

Reported by: ketsugi's profile ketsugi Owned by:
Milestone: Priority: low
Severity: normal Version: 2.1
Component: Administration Keywords: plugin hook development
Focuses: Cc:

Description

Giving a couple of hooks some extra information to pass to plugins. Because of the way the WP plugin API is implemented, giving these hooks the ability to pass more parameters does not actually break any existing plugins.

Attachments (2)

wp-login.php.diff (1.6 KB) - added by ketsugi 17 years ago.
admin-db.php.diff (413 bytes) - added by ketsugi 17 years ago.

Download all attachments as: .zip

Change History (11)

#1 @ketsugi
17 years ago

  • Summary changed from Provide additional information in login/logout hooks to Provide additional information in user-related hooks

#2 @markjaquith
17 years ago

first two patches aren't providing data that couldn't be fetched using the existing passed data.

#3 @Viper007Bond
17 years ago

Let's not expand on a deprecated hook, i.e. retreive_password.

#4 @foolswisdom
17 years ago

  • Milestone changed from 2.2 to 2.4

#5 @thee17
16 years ago

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

#6 @thee17
16 years ago

  • Milestone 2.5 deleted

#7 @pishmishy
16 years ago

  • Resolution wontfix deleted
  • Status changed from closed to reopened

Please can you leave a comment explaining why you've closed the ticket.

#8 @lloydbudd
16 years ago

  • Milestone set to 2.7

All open tickets should have a milestone.

#9 @azaozz
16 years ago

  • Milestone 2.7 deleted
  • Resolution set to wontfix
  • Status changed from reopened to closed

Is this still needed? Seems like the extra info can be accessed through the global user object. Closing as wontfix, feel free to reopen if needed.

Note: See TracTickets for help on using tickets.