Advertisement
dommaez

Untitled

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