Skip to content

Instantly share code, notes, and snippets.

@csaborio001
Created July 14, 2020 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csaborio001/678e4d6b324a1d5d837a512a308e4c41 to your computer and use it in GitHub Desktop.
Save csaborio001/678e4d6b324a1d5d837a512a308e4c41 to your computer and use it in GitHub Desktop.
$current_user = wp_get_current_user();
$current_user_roles = $current_user->roles;
if ( in_array( 'administrator', $current_user_roles, true ) ) {
// Show the Review.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment