You are here

function cleantalk_form_contact_message_feedback_form_alter in Anti Spam by CleanTalk 8

File

./cleantalk.module, line 219
Main CleanTalk integration module functions.

Code

function cleantalk_form_contact_message_feedback_form_alter(&$form, &$form_state, $form_id) {
  _cleantalk_form_alter($form, $form_state, $form_id);
}