Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Not really, but you could try something like this:

    add_filter('site-reviews/avatar/fallback', function ($url, $size, $review) {
        // change the fallback avatar URL here...
        return $url;
    }, 10, 3);
    
Viewing 1 replies (of 1 total)
  • The topic ‘Custom avatars’ is closed to new replies.