Disable BuddyPress Gravatar

Disable BuddyPress Gravatar on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'bp_core_fetch_avatar_no_grav', '__return_true', 9999999 );
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.