deleted plugin WP-Matomo Integration version 1.0.24

This commit is contained in:
2021-04-08 18:46:38 +00:00
committed by Gitium
parent ca7eb56a01
commit d1bf360aac
151 changed files with 0 additions and 55149 deletions

View File

@ -1,21 +0,0 @@
<?php
namespace WP_Piwik\Widget;
class Pages extends \WP_Piwik\Widget {
public $className = __CLASS__;
protected function configure($prefix = '', $params = array()) {
$timeSettings = $this->getTimeSettings();
$this->parameter = array(
'idSite' => self::$wpPiwik->getPiwikSiteId($this->blogId),
'period' => $timeSettings['period'],
'date' => $timeSettings['date']
);
$this->title = $prefix.__('Pages', 'wp-piwik').' ('.__($timeSettings['description'],'wp-piwik').')';
$this->method = 'Actions.getPageTitles';
$this->name = __('Page', 'wp-piwik' );
}
}