Skip to content

Instantly share code, notes, and snippets.

@maheshwaghmare
Created March 12, 2021 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maheshwaghmare/8ead91cc9b05fa02c54450f6676f9d7d to your computer and use it in GitHub Desktop.
Save maheshwaghmare/8ead91cc9b05fa02c54450f6676f9d7d to your computer and use it in GitHub Desktop.
WordPress core deprecated functions which we'll not override via plugin. Read more https://wp.me/P4Ams0-9FH
  • set_current_user($id, $name = '')
  • get_currentuserinfo()
  • get_userdatabylogin($user_login)
  • get_user_by_email($email)
  • wp_setcookie($username, $password = '', $already_md5 = false, $home = '', $siteurl = '', $remember = false)
  • wp_clearcookie()
  • wp_get_cookie_login()
  • wp_login($username, $password, $deprecated = '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment