A client needed a way to review and export a list of all the media that has been uploaded to WordPress. Shockingly there isn't a plugin that does this already.
I wrote a simple plugin that queries the posts table, but limits the post_type
to attachment
. Then I display that data in a datatable using the always useful Datatables plugin.