Advertisement
dommaez

Untitled

Nov 22nd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 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