Created
October 27, 2016 11:12
-
-
Save Restoration/cf53afc92cf19b3efbb24826788c45ba to your computer and use it in GitHub Desktop.
WordPressでログイン判定を行う
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()){ | |
| //ログインしていた場合の処理 | |
| } | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment