Reputation: 173
I'm needing to get the uploaded date of an image in Wordpress. Anyone can give me some guides?. Thank in advance!
Upvotes: 0
Views: 2610
Reputation: 880
As attachments are internally handled as posts, get_post_time() using the attachment ID should probably deliver the upload/creation time of the attachment.
Upvotes: 2