Hello,
I am trying to hook the wp_insert_attachment function of wordpress,
because I would like to preprocess the file upload from gravityforms.
in the gravityforms function media_handle_upload I noticed the call to
wp_insert_attachment like this:
I did the following in my plugin:
and the filter_insert function looks like this:
The result is, that the filter_insert function is not called...
best
regards
kubante