Posted a reply to [WP User Avatar] Change Avatar Programmatically, on the site WordPress.org Forums: Hello, this works : add_filter('get_avatar_data', 'ht1_change_avatar', 100, 2); function ht1_change_avatar($args, $id_or_email) { if($id_or_email == 1)…