Advertisement
GochiSiyan

default role popup

Jul 26th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. add_filter('jnews_register_default_role', function(){
  2. return get_option( 'default_role' );
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement