Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mhrubel/b4eb7e3b4e652439d500533e130e8231 to your computer and use it in GitHub Desktop.
Save mhrubel/b4eb7e3b4e652439d500533e130e8231 to your computer and use it in GitHub Desktop.
Wordpress Login Conditional
<?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