Hi there, @bandreas3
To remove the cron events?jetpack_clean_nonces
?and?jetpack_v2_heartbeat
?permanently, you’ll need to ensure that no traces of Jetpack remain on your site. Here are some steps you can follow:
- Ensure that all Jetpack-related files have been removed from your site’s?
wp-content/plugins
?directory. Sometimes plugins can leave behind files even after being uninstalled.
- Access your site’s database via phpMyAdmin or a similar tool and search for any?
cron
?related options in the?wp_options
?table. Ensure to back up your database before making direct changes.
- Look for any mu-plugins (must-use plugins) that might be related to Jetpack as they can schedule such events. These would be found in?
wp-content/mu-plugins
.
- Check your theme’s?
functions.php
?file for any leftover Jetpack code that might be scheduling these events.
- If you have access to WP-CLI, you can run?
wp cron event list
?to see a list of all cron events and?wp cron event delete eventname
?to delete specific events.
Hope that’s all clear! if these persist after trying the above options, please post your site URL here so that we can have a look, If you want it to remain private, you can also contact us via?contact form. Please include a link to this thread if you choose to reach out directly.
Thank you!