Bulk Generator 1.1.4: Developer Change

Featured Image for the blog post Bulk Generator 1.1.4 Update

We’ve just released Bulk Generator 1.1.4, which includes a developer change that allows the name to be programmatically changed for the zip file generated by Bulk Generator.

Here’s an example of how to use the new filter. This changes the filename from archive.zip to today’s day:

				
					add_filter( 'gfpdf_bg_download_zip_filename', function () {
    return date( 'Y-m-d' ) . '.zip';
} );

				
			

Place the code in your theme’s functions.php file, or use a plugin like Code Snippets.

How to Update the Bulk Generator Add-on

If you’ve an active license key for Bulk Generator, this update is available via WordPress One-Click Updates. Alternatively, you can also download the plugin from your GravityPDF.com account and install it manually from your WordPress admin area, via File Upload or FTP. If you have any questions or need assistance, please reach out to our friendly support team.

We want to thank all the users for reporting these issues. It’s your direct feedback that makes Gravity PDF grow bigger and better.

Don’t have one yet?
Get the Bulk Generator Add-on today!

Changelog

Developer Change

  • Allow the zip filename to be programmatically changed using the new filter hook gfpdf_bg_download_zip_filename
Stay on top!
Never miss out on the latest news and updates in Gravity PDF land. Subscribe to our newsletter now!