Home
last modified time | relevance | path

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

/plugin/botbouncer/
H A Daction.php66 $akismetUrl = $this->getConf('akismetblogurl');
72 …$fsc = new botBouncer($honeypotApiKey,$akismetApiKey,$akismetUrl,$mollomPrivateKey,$mollomPublicKe…
/plugin/botbouncer/lib/
H A Dbotbouncer.php149 * @param string $akismetUrl - BlogURL for Akismet service
153 …public function __construct($hpKey = '',$akismetKey = '',$akismetUrl = '', $mollomPrivateKey = '',… argument
173 if (!empty($akismetUrl)) {
174 $this->akismetBlogURL = $akismetUrl;