Skip to content

Instantly share code, notes, and snippets.

@keefyhub
Created September 17, 2018 08:57
Show Gist options
  • Select an option

  • Save keefyhub/e354b00ba9d74ed6d3022666f24057d5 to your computer and use it in GitHub Desktop.

Select an option

Save keefyhub/e354b00ba9d74ed6d3022666f24057d5 to your computer and use it in GitHub Desktop.
Log in as another user for testing
if (!is_user_logged_in()) {
$user_id = 4;
$user = get_user_by('id', $user_id);
if ($user) {
wp_set_current_user($user_id);
wp_set_auth_cookie($user_id);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment