Skip to content

Instantly share code, notes, and snippets.

@Fobiya
Last active April 21, 2020 10:46
Show Gist options
  • Save Fobiya/fe55a221c0fc358a77d60766e4d52c55 to your computer and use it in GitHub Desktop.
Save Fobiya/fe55a221c0fc358a77d60766e4d52c55 to your computer and use it in GitHub Desktop.
is_user_logged wp
<?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