Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: New avatars after installing latest BP?


Boone Gorges
Keymaster

@boonebgorges

Try dropping this in bp-custom.php:
`function bbg_remove_secondary_avatar() {
return false;
}
add_filter( ‘bp_get_activity_secondary_avatar’, ‘bbg_remove_secondary_avatar’ );`

Skip to toolbar