Contributors: FahimMurshed
Donate link: http://www.murshidalam.com/donation
Tags: crowdfunding, login-redirect, dashboard
Requires at least: 5.0
Tested up to: 5.3
Requires PHP: 7.0
Stable tag: trunk
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
WP Crowdfunding Login Form. Create a simple login form.
How it works!
In order to create a login form or custom login page for WordPress with the default options, all you need to do is use this shortcode:
[wp_login_form]
However, there are other parameters that you can pass in the shortcode to customize it.
redirect
An absolute URL to which the user will be redirected after a successful login. For example,
[wp_login_form redirect="https://example.com/mypage/"]
The default is to redirect back to the URL where the form was submitted.