Guest User

Untitled

a guest
Aug 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $user_id = wp_insert_user($userdata);
  2. if(!is_wp_error($user_id)){
  3. wp_set_current_user($user_id, $email);
  4. wp_redirect(site_url());
  5. }
  6.  
  7. Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wordpress/wp-includes/general-template.php:2768) in /var/www/html/wordpress/wp-includes/pluggable.php on line 1219
Add Comment
Please, Sign In to add comment