tlovett1 / custom-contact-forms

Build beautiful custom forms and manage submissions the WordPress way.
https://taylorlovett.com
161 stars 50 forks source link

Add $submission array to ccf_content_filter #315

Open quayzar opened 7 years ago

quayzar commented 7 years ago

I needed to do a little modification to the user-submitted data for one particular client so I've added the $submission array to the ccf_content_filter. Now I can access the raw data with a custom function and do the needful.