Home
last modified time | relevance | path

Searched refs:akismetEnabled (Results 1 – 1 of 1) sorted by relevance

/plugin/botbouncer/lib/
H A Dbotbouncer.php63 private $akismetEnabled = false; variable in botBouncer
168 $this->akismetEnabled = true;
171 $this->akismetEnabled = true;
473 if (!$this->akismetEnabled) return false;
833 if ((!$isSpam || $checkAll) && $this->akismetEnabled) {