Home
last modified time | relevance | path

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

/plugin/linkback/action/
H A Dreceive.php33 if (!$this->getConf('enable_trackback'))
55 if ($this->getConf('enable_trackback')) {
H A Ddisplay.php102 (!$this->getConf('show_trackback_url') || !$this->getConf('enable_trackback')))
/plugin/linkback/conf/
H A Ddefault.php9 $conf['enable_trackback'] = true;
H A Dmetadata.php11 $meta['enable_trackback'] = array( 'onoff' );
/plugin/linkback/exe/
H A Dtrackback.php45 if (!$this->tools->getConf('enable_trackback')) {