Ad
  • Custom User Avatar

    I think checking the length of array with count($arr) on every loop step is bad practice. Use variable to hold array length and assign value to it before cycle starts.