How detect if a post is rectricted ?
-
To ay I use this code to display the log form in my article
<?php
if (! is_user_logged_in() ) {
wp_login_form();
}
?>but the form is always display.
How can I do to displayt it only when the article is restricted ?Thanks
- The topic ‘How detect if a post is rectricted ?’ is closed to new replies.