Opened 12 years ago
Closed 11 years ago
#5111 closed enhancement (fixed)
Hook on xprofile_delete_field_data()
Reported by: | geoffroycochard | Owned by: | djpaul |
---|---|---|---|
Milestone: | 1.9 | Priority: | normal |
Severity: | minor | Version: | 1.7 |
Component: | Extended Profile | Keywords: | |
Cc: |
Description
There's no action when xprofile_delete_field_data() is called ...
Cause when field is selectbox, and there's no more data to save (emty), xprofile_set_field_data() call xprofile_delete_field_data() without call action.
http://buddypress.org/support/topic/hook-on-xprofile_delete_field_data/
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
If I understand correctly, you're looking for action hooks in the xprofile_delete_field_data() and xprofile_set_field_data() functions?