Created
October 9, 2018 06:31
-
-
Save yasaryousuf/0429322f36d87333e925baf11e61f5c5 to your computer and use it in GitHub Desktop.
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()): ?> | |
| <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