massedge / wordpress-plugin-export-media-library

WordPress plugin that allows users to export media library files as a compressed zip archive.
https://wordpress.org/plugins/export-media-library/
GNU General Public License v3.0
10 stars 4 forks source link

API Export samples? #23

Closed smvueno closed 4 years ago

smvueno commented 4 years ago

Hi! I'm looking for API documentation of some kind?

Simply speaking I want to create a "download all photos" button on my album pages.

I am a beginner when it comes to PHP, but I would really love to try and get the export API going! Is anyone able to give some samples for how to call the API and then download a folder or multiple files?

Kind regards, Jens

andrejpavlovic commented 4 years ago

This should give you some idea how to export a custom set of files: https://github.com/massedge/wordpress-plugin-export-media-library/issues/9#issuecomment-487979735

andrejpavlovic commented 4 years ago

Closing due to lack of feedback.