require( '/path_to_wp/wp-load.php' );
if ( is_user_logged_in() ) {
echo '<pre>';print_r($current_user);echo '</pre>';
} else {
echo 'Please login first';
}
Statistics: Posted by LarsW — July 29th, 2011, 6:23 pm
define('COOKIE_DOMAIN', '.example.com');
Statistics: Posted by Cristián Lávaque — April 13th, 2011, 10:19 pm
require( '/path_to_wp/wp-load.php' );
if ( is_user_logged_in() ) {
echo '<pre>';print_r($current_user);echo '</pre>';
} else {
echo 'Please login first';
}
Statistics: Posted by mdelacruzperu — April 13th, 2011, 12:15 pm
Statistics: Posted by Cristián Lávaque — April 12th, 2011, 8:36 pm
Statistics: Posted by mdelacruzperu — April 12th, 2011, 7:47 pm
Statistics: Posted by Cristián Lávaque — April 12th, 2011, 7:30 pm
Statistics: Posted by mdelacruzperu — April 12th, 2011, 5:48 pm
Statistics: Posted by Cristián Lávaque — April 12th, 2011, 5:42 pm
Statistics: Posted by mdelacruzperu — April 12th, 2011, 5:34 pm