Hi,
Good question ;) It's the first time I have this request, you can modify the file wpsusbcribers.php @ line 773 and add !is_user_logged_in() in the if statement.
Don't forget to change when there is an update
Hope this help
Thanks Jean-Christophe!
I just have to hope to remember to update ...
Search found 2 matches
- Mon Nov 26, 2012 6:27 pm
- Forum: WPSubscribers
- Topic: How to disable for registered users (logged in users)
- Replies: 2
- Views: 7906
- Sun Nov 25, 2012 8:48 am
- Forum: WPSubscribers
- Topic: How to disable for registered users (logged in users)
- Replies: 2
- Views: 7906
How to disable for registered users (logged in users)
Is there a way I can disable WPSubscribers for people who login to my site?
I use conditional php tags like:
if ( is_user_logged_in())
to display certain content to my registered users
and I don't want them to see the optin forms as they go through my member content.
Is there a way I can ...
I use conditional php tags like:
if ( is_user_logged_in())
to display certain content to my registered users
and I don't want them to see the optin forms as they go through my member content.
Is there a way I can ...