arshidkv12 / contact-form-cfdb7

Database addon for Contact Form 7 WordPress plugin. Save and manage Contact Form 7 messages.
https://ciphercoin.com
GNU Affero General Public License v3.0
13 stars 28 forks source link

Add new filter called "cfdb7_read_form_value" #25

Open iwakun opened 3 years ago

iwakun commented 3 years ago

This allows data to be processed with the existing 'cfdb7_before_save_value' filter to allow adjustments to the data both before and after database access. This allows, among other things, encryption of database data if needed.