Set recovery mode email

Use this code snippet to set a custom recovery mode email address on your child sites.

Snippet Type

Save to wp-config.php

Snippet

define( 'RECOVERY_MODE_EMAIL',  '[email protected]' );
1 Like

Short Question, will these add an additional recovery mode email adress or will replace the admin mailadress from WordPress settings?

As much as I see, it should replace the email address from WP settings. Here is an article written by Sebastian Moran that covers this topic.

1 Like