Hi,
First of all, thanks for all the work you put into this great plugin.
I’m running a theme that had a post view count saved as a custom field. I’d like to now migrate all this data to your plugin. Is there a function or something that would allow me to do something like this?
pvc_set_post_views( $post_id, $old_views);
Basically, I’d like to iterate over all posts and saved old views to your plugin.
Thanks,
Tony