Wp-Membes
-
I hope that someone will be useful…
Above, how to check is user account has expired.Create page, and paste this code:
[wp-members status="out"] [wp-members page="login"] [/wp-members]
Create page template with code:
<?php $user = get_user_by( 'login', esc_html( $_POST['log'] ) ); $u = new Expire_User( $user->ID ); ?> <?php if ( $u->is_expired() ) : ?> <div class="wpmem_msg"> <?php _e('Your account has expired.<br />Contact with Us.', 'themetexdomain'); ?> </div> <?php endif; ?>
- The topic ‘Wp-Membes’ is closed to new replies.