If logged in
-
<?
get_currentuserinfo() ;
global $user_level;
if ($user_level > 0) {
echo “yes”;
} else {
wp_register();
}
?>If I’m not logged in it sends nothing. If I am it sends yes. Why is wp_register(); not working?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘If logged in’ is closed to new replies.