Array echo after uploading an image
-
After uploading an image in the backend (or alternative via the public uploader plugin) the following array echo will be printed:
array(3) { [“id”]=> int(247) [“filename”]=> string(94) “160_f_51687643_f84n6c1afdkvkayzhjkwyrdhyizlwxgc-1-ca8dc2c0abfc4c3d0a95650af7bae3812b47800f.jpg” [“galleryID”]=> int(3) }
this is just an example for one uploaded image.
Any ideas how to disable the print out?
- The topic ‘Array echo after uploading an image’ is closed to new replies.