Home
last modified time | relevance | path

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

/plugin/botbouncer/
H A Daction.php65 $akismetApiKey = $this->getConf('akismetapikey');
72 …$fsc = new botBouncer($honeypotApiKey,$akismetApiKey,$akismetUrl,$mollomPrivateKey,$mollomPublicKe…
/plugin/botbouncer/lib/
H A Dbotbouncer.php59 private $akismetApiKey = ''; variable in botBouncer
167 $this->akismetApiKey = $akismetKey;
170 $this->akismetApiKey = $GLOBALS['akismetApiKey'];
381 if (empty($this->akismetApiKey)) {
388 'key'=> $this->akismetApiKey,