Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP 1.2 : problem with bp_profile_group_has_fields()


John James Jacoby
Keymaster

@johnjamesjacoby

@grosbouff For the purpose of your plugin, bp_profile_group_has_fields gets in the way. The purpose of bp_profile_group_has_fields in the default theme, is that it will skip over any group of fields that have no values filled in when inside the profile loop.

I think what you want to use is bp_field_has_data().

I also don’t think that this is a bug. All of those functions are doing exactly what is expected.

Can you explain in more detail what you need these functions to do?

Skip to toolbar