Help to change the text for new website notification (wpmu_welcome_notification)
Here’s an untested example, how you could modify the email body to your needs: add_filter( ‘update_welcome_email’, function( $welcome_email, $blog_id, $user_id, $password, $title, $meta ) { // Override the email body: $welcome_email = __( ‘Dear User, Your new SITE_NAME site has been successfully set up at: BLOG_URL You can log in to the administrator account with … Read more