- This topic has 1 reply, 2 voices, and was last updated 11 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Check in theme templates if user is logged in with swpm
Tagged: php
Hello,
I want to show fields to user connected with Simple Membership Loggin, like I do with wordpress
<?php if ( is_user_logged_in() ) { ... } ?>
Is there a way to do this?
$auth = BAuth::get_instance();
if ($auth->is_logged_in()){