Skip to content

Instantly share code, notes, and snippets.

View ricardofpcorreia's full-sized avatar
🎯
Focusing

Ricardo Correia ricardofpcorreia

🎯
Focusing
View GitHub Profile
@butlerblog
butlerblog / auto-login-from-reg-email.php
Last active November 5, 2021 15:44
WordPress auto login from native registration email
<?php
/*
This code snippet can be added to your functions.php file (without the <?php)
to add a query string to the login link emailed to the user upon registration
which when clicked will validate the user, log them in, and direct them to
the home page.
*/
/**
* This first function is hooked to the 'user_register' action which fires