Add support for multiple files download
-
Change \inc\meta-boxes.php line 51 to:
case "upload": $files = explode ( " , ", $field_value ); foreach($files as $file) { echo "<a target='_blank' href='$file'>".__('Download File','elementor-leads')."</a><br>"; } break;
To support multiple file uploads.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add support for multiple files download’ is closed to new replies.