You are here

function bulk_find_spam_comments_callback in Anti Spam by CleanTalk 7.5

Same name and namespace in other branches
  1. 7.4 src/Form/CleantalkCheckCommentsForm.php \bulk_find_spam_comments_callback()
1 string reference to 'bulk_find_spam_comments_callback'
cleantalk_check_comments_form in src/Form/CleantalkCheckCommentsForm.php
Cleantalk check comments form.

File

src/Form/CleantalkCheckCommentsForm.php, line 123
CleanTalk module admin functions.

Code

function bulk_find_spam_comments_callback($form, &$form_state) {
  return $form['cleantalk_spam_comments']['cleantalk_spam_comments_wrapper'];
}