so it wouldn’t let me start a new topic so I’m posting my question here:
I’m using the demo custom reports.. and I get it activated.. etc..
for some reason it doesn’t work out of the box, because $this->limit_results is empty. but if I put this:
if(empty($this->limit_results)) { $this->limit_results = $GLOBALS['wp_slimstat']->options['rows_to_show']; echo "<p>limits: ".$GLOBALS['wp_slimstat']->options['rows_to_show']."</p>"; }
it sets the limit, then the query can run.. do you know why the parent::__construct() is not setting this?
thanks in advanced