You are here

function spambot_form_spambot_user_spam_form_alter in Spambot 8

Implements hook_form_FORM_ID_alter().

File

./spambot.module, line 614
Main module file.

Code

function spambot_form_spambot_user_spam_form_alter(&$form, FormStateInterface $form_state) {
  $form['actions']['submit']['#access'] = FALSE;
}