You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i noticed that there is no filters for image size also the resize is making the gif not playing
and if i change the image or back to Gavatar the images that i uploaded doesn't get deleted from media.
in "public function avatar_delete( $user_id )" i added this line "wp_delete_attachment( $user_id, $old_avatars );" before "delete_user_meta( $user_id, 'basic_user_avatar' );"
now when i check "delete avatar": all the image that i uploaded gets deleted but...
if i upload another avatar without checking "delete avatar" the old image doesn't get deleted from media.
i noticed that there is no filters for image size also the resize is making the gif not playing
and if i change the image or back to Gavatar the images that i uploaded doesn't get deleted from media.
in "public function avatar_delete( $user_id )" i added this line "wp_delete_attachment( $user_id, $old_avatars );" before "delete_user_meta( $user_id, 'basic_user_avatar' );"
now when i check "delete avatar": all the image that i uploaded gets deleted but...
if i upload another avatar without checking "delete avatar" the old image doesn't get deleted from media.