Is the plugin still working?
-
I have this code:
// My form filter function myFilter($formData){ $formData->posted_data['month'] ='test' return $formData; } add_filter('cfdb_form_data', 'myFilter');
But that does not work.
Any clue?
- The topic ‘Is the plugin still working?’ is closed to new replies.