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' ); } }