Title: ZIP filename
Last modified: June 7, 2017

---

# ZIP filename

 *  [maceckett](https://wordpress.org/support/users/maceckett/)
 * (@maceckett)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/zip-filename/)
 * Hi,
 * Is it possible to change and customize the zip filename when i download the pictures?
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/zip-filename/#post-9204557)
 * G’day maceckett,
 * There’s a filter hook that you can call for that: `ngg_dlgallery_zip_filename`
 * e.g.
 *     ```
       add_filter('ngg_dlgallery_zip_filename', function($zipname, $gallery) {
           // do something to $zipname, and then return it...
           return $zipname;
       }, 10, 2);
       ```
   
 * cheers,
    Ross

Viewing 1 replies (of 1 total)

The topic ‘ZIP filename’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-download-gallery/assets/icon-256x256.png?rev=2590633)
 * [NextGEN Download Gallery](https://wordpress.org/plugins/nextgen-download-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-download-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-download-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-download-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-download-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-download-gallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [webaware](https://wordpress.org/support/users/webaware/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/zip-filename/#post-9204557)
 * Status: not resolved