Skip to content

Instantly share code, notes, and snippets.

@matberry
Created February 7, 2020 11:17
Show Gist options
  • Save matberry/7196791946da76ef7460f5b04cf9416e to your computer and use it in GitHub Desktop.
Save matberry/7196791946da76ef7460f5b04cf9416e to your computer and use it in GitHub Desktop.
<?php
global $current_user;
if(in_array('administrator', $current_user->roles)) {
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment