#245 closed enhancement (fixed)
Need a hook to insert data near extended profile
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | 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.
There is a hook in there now.