Advertisement
Guest User

Untitled

a guest
May 25th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if ( gform ) {
  2. gform.addFilter( 'gform_file_upload_status_markup', function( statusMarkup, file, size, strings, removeFileJs, up ) {
  3. //do your things
  4.  
  5. //make sure to still return this though
  6. return statusMarkup;
  7. } );
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement