Opened 14 years ago
Closed 14 years ago
#2657 closed enhancement (fixed)
Action hooks during user settings save
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | major |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
Currently, there are no do_action() hooks during the process of saving user settings. This makes it needlessly difficult to save custom settings. I don't have time to patch this at the moment, but will later if someone else doesn't grab it.
Note: See
TracTickets for help on using
tickets.
(In [3352]) Adds action and filter hooks to various functions in bp-core-signup.php. Fixes #2657.