Skip to content

Instantly share code, notes, and snippets.

View faisal46's full-sized avatar

Md. Faisal Amir Mostafa faisal46

View GitHub Profile
@faisal46
faisal46 / Simple Ajax Login Form.php
Created February 6, 2020 11:26 — forked from smartrashed/Simple Ajax Login Form.php
Wordpress: Simple Ajax Login Form
<?php
//Simple Ajax Login Form
//Source: http://natko.com/wordpress-ajax-login-without-a-plugin-the-right-way/
//html
<form id="login" action="login" method="post">
<h1>Site Login</h1>
<p class="status"></p>
<label for="username">Username</label>
<input id="username" type="text" name="username">