Created
May 11, 2018 21:22
-
-
Save kevindaus/d5d8967c22401242fd4dec8f5b029aa1 to your computer and use it in GitHub Desktop.
Wordpress restore subsriber role
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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