Home
last modified time | relevance | path

Searched +full:akismet_apikey +(+path:plugin +path:linkback) -(+path:plugin +path:linkback +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/linkback/action/
H A Dakismet.php30 if (!$this->getConf('akismet_enable') || !$this->getConf('akismet_apikey'))
52 if (!$this->getConf('akismet_enabled') || !$this->getConf('akismet_apikey'))
65 if (!$this->getConf('akismet_enabled') || !$this->getConf('akismet_apikey'))
127 return $http->post('https://' . $this->getConf('akismet_apikey') . '.rest.akismet.com/1.1/comment-check', $data);
/plugin/linkback/conf/
H A Ddefault.php42 $conf['akismet_apikey'] = ''
H A Dmetadata.php38 $meta['akismet_apikey'] = array('string')