Skip to content

Instantly share code, notes, and snippets.

@Restoration
Created October 27, 2016 11:12
Show Gist options
  • Select an option

  • Save Restoration/cf53afc92cf19b3efbb24826788c45ba to your computer and use it in GitHub Desktop.

Select an option

Save Restoration/cf53afc92cf19b3efbb24826788c45ba to your computer and use it in GitHub Desktop.
WordPressでログイン判定を行う
<?php
if(is_user_logged_in()){
//ログインしていた場合の処理
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment