How to turn off auto-update notifications?

#56957
  • Resolved Labinator Team
    Rank Math free

    Hello!

    Please we need a way to turn off the auto-update notifications.

    I have checked your previous support tickets that it was under “Others” but it is not there anymore.

    I have searched so hard to find a way to turn off the auto-update notifications without being able to find it.

    Your help will be much appreciated.

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    You can disable notification emails by adding the following code snippet to your theme’s functions.php file:

    /**
     * Filter to turn off auto-update notification emails.
     */
    add_filter( 'rank_math/auto_update_send_email', '__return_false' );

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘How to turn off auto-update notifications?’ is closed to new replies.