Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jittarao/6a8f87f3f38812312c5c39d0b082ad72 to your computer and use it in GitHub Desktop.
Save jittarao/6a8f87f3f38812312c5c39d0b082ad72 to your computer and use it in GitHub Desktop.
<?php
$user = wp_get_current_user();
if ( in_array( 'ROLE_NAME', (array) $user->roles ) ) {
?>
<script>
document.addEventListener('gistReady', function () {
gist.chat('hide');
});
</script>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment