advancedforms / advanced-forms

WordPress plugin to create forms using Advanced Custom Fields
75 stars 14 forks source link

Add action hooks before and after sending email #37

Closed tyrann0us closed 6 years ago

tyrann0us commented 6 years ago

This allows third party script to execute action before the mail will be sent and afterwards. A use case would be to create and delete temporary files.

fabianlindfors commented 6 years ago

Seems like nice hooks to have! The $fields parameter shouldn't be used and has been softly deprecated. I removed it from the actions.

Everything looks great otherwise, merging!