0ptima
Well-known member
I need to select non-private images from the gallery via SQL. The media table has a column called media_privacy and the values it can be set to are 'private', 'public', 'shared', 'members', 'followed' and, 'category'. Which values can I rely on to ensure that only public images are selected? Thanks.