Viewing 1 replies (of 1 total)
  • Plugin Author webaware

    (@webaware)

    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.