add_uploaded_file
-
Oh god why? Why you made this function add_uploaded_file private?
How should I attach file to the email now? Please help.
I need to do it programtically, it is dynamically generated file based on inputs from the form…
I used$submission = WPCF7_Submission::get_instance(); $submission->add_uploaded_file( 'file', $generated_file );
now what? There is nothing about that in your documentation ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘add_uploaded_file’ is closed to new replies.