Skip to content

Commit 17c9577

Browse files
authored
Include Image Metadata/EXIF on Uploaded images
1 parent 771defb commit 17c9577

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* Gravity Perks // File Upload Pro // Include Image Metadata/EXIF on all Uploaded images
3+
* https://gravitywiz.com/documentation/gravity-forms-file-upload-pro/
4+
*
5+
* Instructions:
6+
* 1. Install our free Custom Javascript for Gravity Forms plugin.
7+
* Download the plugin here: https://gravitywiz.com/gravity-forms-custom-javascript/
8+
* 2. Copy and paste the snippet into the editor of the Custom Javascript for Gravity Forms plugin.
9+
*/
10+
window.gform.addFilter('gpfup_strip_image_metadata', function () {
11+
return false;
12+
} );

0 commit comments

Comments
 (0)