Multisite media library uploads broken images
Multisite media library uploads broken images
Multisite media library uploads broken images
Sending custom data with Media Frame Model
wordpress multisite subsite rewrite rules not working for videos
How to stop unlink images when remove a site or user
Retroactively place uploaded media into -month, -year based folders?
WordPress API returns empty page when page is less than X-WP-TotalPages
How to re-arrange media uploaded using : media_handle_upload() as per year / month
How to host different file formats/types for a media attachment without creating multiple attachments?
How to change upload directory based on frontend form input name or ID?
This doesn’t answer the specific issue I was having but does resolve the problem. The cause of my issue was that wp_unique_filename was taking longer and longer as the month went on when we had more images in our media library. We were already namespacing them with year/month dir structure. I ended up adding a … Read more