#5917 closed enhancement (fixed)
Missing Hooks Profile Fields -> Add Field
Reported by: | svenl77 | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Extended Profile | Keywords: | needs-patch good-first-bug |
Cc: |
Description
I would like to hook a custom meta box into the Add Field Screen.
Right now its not possible. I have attached a screenshot
Wer have:
xprofile_field_before_submitbox --> to hook before the submitbox
xprofile_field_after_submitbox --> to hook after the submitbox
xprofile_field_additional_options --> to add additionals options
I would like to add:
xprofile_field_after_sidebarbox --> to hook after the sidebar box
xprofile_field_after_contentbox --> to hook after the content meta box
Attachments (1)
Change History (6)
#3
@
10 years ago
Hi boonebgorges,
sorry for the delay, I was hold back in a other project and didn't find the time. Not that the changes where time intensive, but I needed my time to remember svn and how to create a patch ;)
Let me know if its not a working patch and I will correct it.
Thanks, Sven
I would love-love-love to have this whole admin area rewritten so that we're actually using the
add_meta_box()
API, instead of faking it by using the same markup. Then your issue would go away, because you could just add your own meta boxes. Of course, this is a big job :)In the meantime, sure, let's create the hooks. svenl77, if you can provide a patch, we'll put this in for 2.2.