Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 15 years ago

#798 closed enhancement (no action required)

xprofile get_edit_html() hook needed

Reported by: petronic's profile petronic Owned by:
Milestone: Priority: major
Severity: Version:
Component: Keywords: xprofile edit fields hook filter get_edit_html
Cc:

Description

It would be great if you add filter at the end of this method:

BP_XProfile_Field::get_edit_html()

For example, before returning $html
$html = apply_filters('bp_xprofile_field_edit_html', $html, $this);

Attachments (2)

patch.diff (362 bytes) - added by petronic 16 years ago.
patch.txt (4 bytes) - added by petronic 16 years ago.

Download all attachments as: .zip

Change History (3)

@petronic
16 years ago

@petronic
16 years ago

#1 @jeffsayre
15 years ago

  • Resolution set to invalid
  • Status changed from new to closed

The method get_edit_html() is deprecated in BuddyPress version 1.1

Note: See TracTickets for help on using tickets.