[possibly bug] wpp_get_views treats the "all" parameter like the "daily"
-
When I use the following code in the loop, it shows only the last 24 hours views. In other words, the
wpp_get_views
treats the “all” parameter like the “daily” parameter. Is this a bug or I’m doing something wrong?<?php if (function_exists('wpp_get_views')) { echo wpp_get_views($post->ID, 'all' ); } ?>
It should be mentioned that the “daily”, “weekly”, and “monthly” parameters works perfectly.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[possibly bug] wpp_get_views treats the "all" parameter like the "daily"’ is closed to new replies.