Return to Snippet

Revision: 18862
at October 10, 2009 12:10 by stavelin


Initial Code
require_once('../blog/wp-blog-header.php');
    if (is_user_logged_in()){
        global $user_identity;get_currentuserinfo();
        $user = $user_identity;
    }

Initial URL


Initial Description


Initial Title
wordpress login outside blog folder

Initial Tags
login, php, wordpress

Initial Language
PHP