Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##################################
- //programmatically set default role for new users
- ##################################
- add_filter('pre_option_default_role', function($default_role){
- return 'custom_role';
- return $default_role; //
- });
Advertisement
Add Comment
Please, Sign In to add comment