103 reputation
2
bio website sapandiwakar.in
location Lausanne, Switzerland
age
visits member for 1 year, 2 months
seen Nov 29 '12 at 11:10
stats profile views 5

Currently working on iPhone application for iDitty.

Visit homepage for more information.


Mar
10
comment Get user info outside Wordpress
Wooo! You made my day. Thank you very much :D
Mar
10
comment Get user info outside Wordpress
chdir ($WP_relpath); require_once('./wp-load.php'); require_once('./wp-includes/registration.php'); $wpuser=wp_get_current_user();. I am doing this inside a mediawiki UserLoadFromSession hook, if that helps. I also checked that the directory is successfully changed using getcwd(); after I chdir()ed.
Mar
10
comment Get user info outside Wordpress
Doesn't work for me. Can you help me understand better?