Sir Your PVC plugin is not third party plugin integration friendly. So I can not use your plugin with “https://wordpress.org/plugins/mycred/“.
[myCRED is an adaptive points management system that lets you award / charge your users for interacting with your WordPress powered website.] Few days ago I contacted with the developer of myCred plugin to write a custom hook for “POST VIEWS COUNTER” to use with myCred. But he said-
“How do you envision this to work? There is no way for a third party plugin to detect when a “view” is counted by this plugin. The plugin does not seem to have been built with third-party integration in mind as there is no way for me to connect to it via a hook.
You could contact the plugin author and ask them to make the plugin third-party-integration friendly.
For example, they could add in something like:
do_action( ‘pvc_new_view’, $id );
which would allow third party plugins to know when a new view is counted by the plugin and if desired act upon this event.
“