@theredeclipse
7 years, 1 month ago
I come up with this piece of code, it just add class for fields but its enough for me
function bp_add_class($elements){ $elements['class'] = 'field'; return $elements; } add_action('bp_xprofile_field_edit_html_elements','bp_add_class');