Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Last active March 12, 2017 14:25
Show Gist options
  • Save nickdavis/235a3a25a5df43e9829ec9bc98ad841a to your computer and use it in GitHub Desktop.
Save nickdavis/235a3a25a5df43e9829ec9bc98ad841a to your computer and use it in GitHub Desktop.
Find out the current capabilities of the contributor user role (NB. the ddd() function requires Kint to be installed)
<?php
add_action( 'init', 'check_contributor_capabilities', 0 );
function check_contributor_capabilities() {
ddd( get_role( 'contributor' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment