• Resolved hzc

    (@hzc)


    Is there a way to disable the warning about DISABLE_WP_CRON? I know it’s disabled (yes, I did it myself) and have an alternative cron setup in place. My UpdraftPlus backup software is working perfectly but I hate having to see the warning everytime I’m in the interface and don’t want to have to explain cron to my clients. It’s literally the only thing stopping me from purchasing the full upgrade at this time.

    https://www.ads-software.com/plugins/updraftplus/

Viewing 1 replies (of 1 total)
  • Plugin Author David Anderson

    (@davidanderson)

    Hi,

    If you use the DOM inspector in your web browser, then that should show that that alert is in the CSS class “updraftplus-disable-wp-cron-warning”.

    Therefore, if you add this piece of CSS to your admin area CSS, it will be hidden:

    .updraftplus-disable-wp-cron-warning { display:none; }

    You can add it via a CSS plugin, or a snippet, or any other way you prefer – if you Google “wordpress admin css” there are various solutions.

    Best wishes,
    David

Viewing 1 replies (of 1 total)
  • The topic ‘Disabling the DISABLE_WP_CRON nag!’ is closed to new replies.