I like your plugin.But i need postmeta from your plugin to work together with another plugin on my website.
May i know what is the postmeta?
I don’t know where to find the postmeta
Can you help me ?
It’s not stored in post meta. There are many post views counter plugins storing data in post meta but this is not the kind of solution that would work on high traffic websites so we decided to do it differently.
pvc_get_post_views($post_id) – to get post views for a post or array of posts
pvc_get_most_viewed_posts($args) – get most viewed posts, a wrapper for get_posts() function, forcing orderby parameter to “post_views”