Skip to content

Instantly share code, notes, and snippets.

View pointsense's full-sized avatar

Rizky Tng pointsense

View GitHub Profile
@pointsense
pointsense / Simple Ajax Login Form.php
Created July 24, 2021 14:25 — forked from cristianstan/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>