Return to Snippet

Revision: 41600
at February 21, 2011 01:17 by telltec


Initial Code
<?php
if ( is_user_logged_in() ) :
     echo 'some stuff for registrants!';
else :
     echo 'some stuff for people not logged in.';
endif;
?>

Initial URL
http://wordpress.org/support/topic/members-only-page

Initial Description


Initial Title
Check if user is logged in

Initial Tags
wordpress, user

Initial Language
PHP