Skip to content

Instantly share code, notes, and snippets.

@someguy9
Created September 8, 2019 13:45
Show Gist options
  • Save someguy9/328fcc4a2680209afd2550da5f12ccb6 to your computer and use it in GitHub Desktop.
Save someguy9/328fcc4a2680209afd2550da5f12ccb6 to your computer and use it in GitHub Desktop.
Display current user ID in WordPress
<?php
echo 'The current logged in user ID is: '.get_current_user_id();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment