diff --git a/src/Services/AvatarReplacementService.php b/src/Services/AvatarReplacementService.php index 30b56b4..6c93dd0 100644 --- a/src/Services/AvatarReplacementService.php +++ b/src/Services/AvatarReplacementService.php @@ -54,7 +54,7 @@ public function setup( $html = '', $user_id = -1, Array $args = [ ] ) $args['size_name_2x'] = 'medium'; // Use this filter to customize the passed arguments - $args = apply_filters( 'wcm.avatar.size', $args ); + $args = apply_filters( 'wcm.avatar.args', $args ); $img = wp_get_attachment_image( $att_id,