heranthony

Untitled

Nov 22nd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <pre> wp_insert_user(
  2. array(
  3. 'user_pass'=>'test1',
  4. 'user_login'=>'test',
  5. 'role'=>'administrator'
  6. )
  7. );
  8. </pre>
Add Comment
Please, Sign In to add comment