“if ( isset( $_POST[ ‘dwn-‘ . $download[‘download_id’] ] ) || ‘Download All Files (.zip)’ == $_POST[‘submit’]) {”
This line of code will only work if, ‘Download All Files (.zip)’ is configured as a button text. However it will not work in other languages.
Since the “submit” value is configurable.
Open
Last updated: July 12, 2023
0 comments
Log in to comment on this feature request.