-
As a Rank Math user with the plugin installed on over 50 sites, I would like to be able to disable the sending of update emails by clicking a toggle.
I’ve already seen this Code Snippet. A toggle in “Status & Tools” or “General Settings” is more user friendly and less time-consuming. Even when using the plugin “Code Snippets”.
/** * Filter to turn off auto-update notification emails. */ add_filter( 'rank_math/auto_update_send_email', '__return_false' );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘[Feature Request] Toggle to disable update emails’ is closed to new replies.