Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bp_the_profile_field_value and separating values


r-a-y
Keymaster

@r-a-y

If it separates by commas, just do a str_replace.

`
echo str_replace( ‘,’, ‘
‘, bp_get_the_profile_field_value() );
`

Skip to toolbar