Skip to content

Instantly share code, notes, and snippets.

@kevindaus
Created May 11, 2018 21:22
Show Gist options
  • Save kevindaus/d5d8967c22401242fd4dec8f5b029aa1 to your computer and use it in GitHub Desktop.
Save kevindaus/d5d8967c22401242fd4dec8f5b029aa1 to your computer and use it in GitHub Desktop.
Wordpress restore subsriber role
add_role( "subscriber", "Subscriber", array(
'read' => 1,
'level_0' => 1,
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment