Auto Update email

#35830
  • Resolved Thorsten R.
    Rank Math free

    I enabled the auto update feature but don’t want to receive those update information emails. As I have many installations of rank math that feels like spam to me. Is there a way to disable the update notification?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

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

    You can disable these 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' );

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Thank you sir!

    Hi Thorsten,

    I am always happy to help 🙂

    Don’t hesitate to contact us should you run into any other problem.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘Auto Update email’ is closed to new replies.