Forked from erikawithak/Wordpress-Login-Conditional.php
Created
February 8, 2019 14:52
-
-
Save mhrubel/b4eb7e3b4e652439d500533e130e8231 to your computer and use it in GitHub Desktop.
Wordpress Login Conditional
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ( is_user_logged_in() ) { | |
} else { ?> | |
<a href="http://writers-site.com/whmcs-2/?ccce=register">Sign Up</a> | |
<?php | |
}; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment