• Hello, could you add in your source code an add_action when the file is uploaded?

    Inside your function dnd_upload_cf7_upload()
    before wp_send_json_success($files);
    Here s the do_action:
    do_action('wpcf7_upload_file_name_custom', $new_file, $filename );

    Thank you

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Add action filter please!’ is closed to new replies.