Skip to content

Instantly share code, notes, and snippets.

@terell
Created January 6, 2014 18:08
Show Gist options
  • Save terell/8286844 to your computer and use it in GitHub Desktop.
Save terell/8286844 to your computer and use it in GitHub Desktop.
Reset user roles & capabilities in WordPress
if ( ! function_exists( 'populate_roles' ) ) {
include_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