Skip to content

Instantly share code, notes, and snippets.

View Cais's full-sized avatar

Edward Caissie Cais

View GitHub Profile
@Cais
Cais / wpfa-login-form.php
Last active May 29, 2019 14:38
WPFA Login Form
<?php
/**
* WPFA Login Form
* Borrowed from the core login form and used with the shortcode 'bns_login'
* This allows for the 'bns_login' shortcode to accept all of the parameters
* of the `wp_login_form` function as the shortcode attributes.
*
* @package WPFA_Login_Form
* @since 1.0
*