Broken sites: No more count_raw_data?
-
The 2.4 update of wp-slimstat has proper broken my sites! I’d been using the count_raw_data() method from wp_slimstat_view which I believe has now been removed. Is there an alternative way of retrieving this data now that the function has gone or can it be put back? I’d been using this code to provide a hit counter in my themes:
require_once(WP_PLUGIN_DIR.’/wp-slimstat/view/wp-slimstat-view.php’);
$wp_slimstat_view = new wp_slimstat_view();
$totalvisits = $wp_slimstat_view->count_raw_data();
echo $totalvisits;
- The topic ‘Broken sites: No more count_raw_data?’ is closed to new replies.