#245 closed enhancement (fixed)
Need a hook to insert data near extended profile
| Reported by: | Jehy | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | profile, plugin, action | |
| Cc: |
Description
Please,add an action hook in wp-content\member-themes\buddypress-member\profile\index.php on line 26:
it would be nice to add to
<?php bp_get_profile_header() ?>
line like
<?php bp_get_profile_header();
do_action('show_form_additionsl_fields'); ?>
Or some another title for action - it would allow easy integration with xprofile for third party plugins (like mine).
It takes just a moment, so pleeease...
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
There is a hook in there now.