I suspect this plugin might be blocking WordPress cron jobs (wp-cron.php) from running correctly. Here’s the context:
My WordPress installation is configured as a headless setup, so the front-end is rarely visited.
Recently, I noticed that scheduled tasks like backups and plugin auto-updates have stopped working.
I’m wondering if the plugin is redirecting requests to /wp-cron.php, which could explain why these cron jobs aren't being triggered.
Maybe this path should be added in the plugin exluded paths?