Home
last modified time | relevance | path

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

/plugin/botbouncer/lib/
H A Dbotbouncer.php60 private $akismetBlogURL = ''; variable in botBouncer
174 $this->akismetBlogURL = $akismetUrl;
176 $this->akismetBlogURL = $GLOBALS['akismetBlogURL'];
179 $this->akismetBlogURL = $_SERVER['HTTP_HOST'];
389 'blog' => $this->akismetBlogURL
488 case 'blog': $data['blog'] = $this->akismetBlogURL;break;