Skip to content

Instantly share code, notes, and snippets.

@fumikito
Last active March 23, 2016 15:21
Show Gist options
  • Save fumikito/7d73f1369dedc145732d to your computer and use it in GitHub Desktop.
Save fumikito/7d73f1369dedc145732d to your computer and use it in GitHub Desktop.
勝手にログイン
<?php
# ID1でログインする
include __DIR__.'/wp-load.php';
wp_set_auth_cookie(1);
header( 'Location: '.admin_url() );
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment