Hi,
I deleted WPP a while ago but noticed I still have a 'wpp_my_hourly_event' wp-cron job running. It is related to the plugin?
Thanks.
http://wordpress.org/extend/plugins/wordpress-popular-posts/
Hi,
I deleted WPP a while ago but noticed I still have a 'wpp_my_hourly_event' wp-cron job running. It is related to the plugin?
Thanks.
http://wordpress.org/extend/plugins/wordpress-popular-posts/
It probably is an old cronjob created by the very firsts versions of the plugin, a long while back. The latest versions of the plugin creates a cronjob called wpp_cache_event, which is deleted upon plugin deactivation.
You might want to try deleting it with this:
wp_clear_scheduled_hook('wpp_my_hourly_event');
You must log in to post.