Since the plugin relies on WP-Cron, we should detect when it's disabled and show a notice. It can be disabled using a define: ``` define( 'DISABLE_WP_CRON', true ); ```