ACF Gallery Zipper
Plugin creates a REST endpoint for zipping an ACF gallery field contents.
by Bond Agency · github.com/bond-agency/acf-gallery-zipper · website
★ 4stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/bond-agency/acf-gallery-zipper/archive/refs/heads/master.zipDeclares an update source (https://github.com/bond-agency/acf-gallery-zipper), so updates arrive through the plugin's own updater.
From the readme
ACF Gallery Zipper
WordPress plugin for zipping ACF Gallery field contents.
Requirements
This plugin assumes that you have ACF installed.
Installation
Download the zip and install the plugin. Use the hooks to define the post type and field you want to zip.
Usage
The plugin creates a REST endpoint for downloading zip files from the given post. You can get the ACF gallery field contents as zip by accessing that url:
Filters & Actions API
The plugin provides a simple API for interacting with the plugin via WordPress hooks.
Filters
acfgalleryzipperposttype
Use this filter to change the default post type. Default: post.
Example:
acfgalleryzipperfieldname
Use this filter to change the default field name that the plugin uses for zipping. Default: gallery.
Example:
acfgalleryzipperfilename
Use this filter to change the zip filename. Default: .
Example:
acfgalleryzipperusecache
Use this filter to change the cache usage. By default the zip files are not stored anywhere but deleted right after they are sent to the user. Default: false.
Example:
acfgalleryzipperremovalrecurrence
Use this filter to change the cache removal recurrence. Default: daily. Possible values: hou
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.