Statistics: Posted by Cristián Lávaque — October 11th, 2011, 2:11 pm
Statistics: Posted by Eduan — October 11th, 2011, 6:22 am
<?php
$user_id = get_current_user_id();
if ($user_id == 0) {
echo 'You are currently not logged in.';
} else {
echo 'You are logged in as user '.$user_id;
}
?>
Statistics: Posted by Eduan — October 10th, 2011, 8:21 pm
Statistics: Posted by Eduan — October 10th, 2011, 5:43 pm
Statistics: Posted by Eduan — October 10th, 2011, 4:11 pm
Statistics: Posted by Eduan — October 10th, 2011, 4:08 pm
Statistics: Posted by Eduan — October 10th, 2011, 2:58 pm
Statistics: Posted by mochajen — October 10th, 2011, 2:51 pm