wpp_get_views doesn't work anymore
-
Since 3.9.1
when using wpp_get_views like this :
wpp_get_views( get_the_ID() )
Using $this when not in object context in /plugins/wordpress-popular-posts/wordpress-popular-posts.php on line 2939which is here :
function wpp_get_views($id = NULL, $range = NULL, $number_format = true) {// have we got an id?
if ( empty($id) || is_null($id) || !$this->__is_numeric($id) ) {$this equals null
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wpp_get_views doesn't work anymore’ is closed to new replies.