Guest User

Untitled

a guest
Sep 21st, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. //Your frontend javascript
  2. var data = {
  3. action: 'sign_in',
  4. username:"<username>",
  5. pass:"<password>"
  6. };
  7.  
  8. jQuery.post('/wordpress/wp-admin/admin-ajax.php', data,
  9. function(response) {
  10. alert("signed in successfully");
  11. });
Add Comment
Please, Sign In to add comment