Skip to content

Instantly share code, notes, and snippets.

@joecue
Created July 24, 2016 01:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joecue/74d328a6984e7cf27d69dcc99fb7ee91 to your computer and use it in GitHub Desktop.
Save joecue/74d328a6984e7cf27d69dcc99fb7ee91 to your computer and use it in GitHub Desktop.
Reset WordPress User Role Capabilities
if ( !function_exists( 'populate_roles' ) ) {
require_once( ABSPATH . 'wp-admin/includes/schema.php' );
}
populate_roles();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment