BuddyDev

Search

Removing and disabling all Gravatar calls

  • Participant
    Level: Initiated
    Posts: 17
    CleanGist on #40294

    I want to Remove and disable all Gravatar calls. How do I do that?

    2.) When people need to change their Profile Picture, I want that action to be within the website only, without directing them to Gravatar. How do I change the Text and remove the Gravatar calls and Gravatar links? I am talking of this part– https://prntscr.com/1qs8qaq

    How do I change the Text, remove the Gravatar link without breaking my website?

    Regards

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on #40340

    Hello CleanGist,

    Try the following code:

    
    add_filter( 'bp_core_fetch_avatar_no_grav', '__return_true' );
    

    Regards
    Ravi

You must be logged in to reply to this topic.

This topic is: not resolved