Skip to content

Instantly share code, notes, and snippets.

@yasaryousuf
Created October 9, 2018 06:31
Show Gist options
  • Select an option

  • Save yasaryousuf/0429322f36d87333e925baf11e61f5c5 to your computer and use it in GitHub Desktop.

Select an option

Save yasaryousuf/0429322f36d87333e925baf11e61f5c5 to your computer and use it in GitHub Desktop.
<?php if(!is_user_logged_in()): ?>
<h3>Please <a href="<?php echo wp_login_url(get_the_permalink()) ?>">Login</a></h3>
<?php return; endif ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment