Last active
April 21, 2020 10:46
-
-
Save Fobiya/fe55a221c0fc358a77d60766e4d52c55 to your computer and use it in GitHub Desktop.
is_user_logged wp
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()) { ?> | |
<a href="<?php echo do_shortcode(''); ?>" class="btn btn-primary btn-xs"><?php _e('Trade now', 'oh'); ?></a> | |
<?php } else { ?> | |
<a href="<?php echo do_shortcode(''); ?>" class="btn btn-primary btn-xs"><?php _e('Sign Up', 'oh'); ?></a> | |
<?php } ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment