Replies: 0
Hello, I’m trying to create a function to insert submit_time into another database table. I’m trying to call submit_time inside a function in order to pass the value.
I tried taking the timestamp value of private function submit() (in /plugins/contact-form-7/includes/submission.php), however this timestamp is not equivalent to the submit_time used in cfdb.
Hence how can I get call the submit_time in a function?