This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
* |