Cron events with no action

I was checking the cron events on a child site and I noticed some cron events with no action for mainwp_child. Can these cron events be removed or do I need to keep them?

Hey @alainL

You should keep those cron events. They are used by MainWP Child to run background checks for abandoned plugins and themes.

WP Crontrol shows “None” because MainWP Child registers the actions only when WordPress processes an actual cron request, not while WP Crontrol displays its Events screen. It doesn’t mean the events are unused or broken, so no action is needed.