| 开发者 | quicksnail |
|---|---|
| 更新时间 | 2026年7月6日 18:25 |
| PHP版本: | 7.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[quicklrf_login].[quicklrf_register].[quicklrf_login] - Display a front-end login form.[quicklrf_register] - Display a front-end register form / registration form.[quicklrf_login_register] - Display a dual front-end login & register form.[quicklrf_lost_password] - Display a lost password form.[quicklrf_login]
template="default|card|split"redirect="https://example.com/account/"form_width="narrow|medium|wide"title="Member Login"primary_color="#0073aa"bg_color="#f0f0f1"button_style="rounded|pill|square"show_logo="true|false"[quicklrf_register]
template="default|card|split"register_redirect="https://example.com/welcome/"redirect="https://example.com/welcome/" (backward-compatible alias)form_width="narrow|medium|wide"title="Create Account"primary_color="#0073aa"bg_color="#f0f0f1"button_style="rounded|pill|square"show_logo="true|false"[quicklrf_login_register]
template="default|card|split"redirect="https://example.com/account/" (login tab redirect)register_redirect="https://example.com/welcome/" (register tab redirect)active_tab="login|register"form_width="narrow|medium|wide"title="Welcome"primary_color="#0073aa"bg_color="#f0f0f1"button_style="rounded|pill|square"show_logo="true|false"[quicklrf_lost_password]
template="default|card|split"form_width="narrow|medium|wide"title="Reset Password"primary_color="#0073aa"bg_color="#f0f0f1"button_style="rounded|pill|square"show_logo="true|false"[quicklrf_login form_width="narrow" title="Log In" button_style="pill"][quicklrf_register register_redirect="/welcome/" primary_color="#1459c7"][quicklrf_login_register active_tab="register" title="Join Us" bg_color="#eef4ff"][quicklrf_login].[quicklrf_register].[quicklrf_login_register] (no duplicate extra output below the form).[quicklrf_login].[quicklrf_register].[quicklrf_login_register] (without duplicate output below the full wrapper)./wp-content/plugins/ directory.[quicklrf_login].[quicklrf_register].Use the [quicklrf_login] shortcode on any page or post.
Use the [quicklrf_register] shortcode on any page or post.
Yes. You can create a simple login form page in minutes using the shortcode and default styling controls.
Yes. Add [quicklrf_register] to a page and configure text, colors, logo, and redirect settings in the admin panel.
In this plugin, both terms refer to the same user sign-up experience. You can use either phrase when planning your page content.
Yes. The plugin includes AJAX-powered submission for login and registration workflows where available.
Yes. Configure redirect targets after login, logout, and registration form completion.
The plugin includes a hide wp-login.php option. Test carefully with your admin access flow before enabling it on a live site.
Yes. You can customize layout style, colors, logo, button appearance, and spacing to better match your theme.
Yes. Template tag support is available if you prefer rendering the login form or registration form directly in PHP theme files.
It provides front-end alternatives so most users can avoid the default screen. Administrators can still use standard WordPress access when needed.
Yes. The forms expose action and filter hooks for developers (see the "For Developers" section below) so other plugins can inject fields, notices, and more.
It is designed to work with most WordPress themes. If your theme has aggressive form styling, you may need minor CSS adjustments.
{username}, {site_name}, {login_url}, {account_url}.[xs_social_login] at the bottom of enabled forms.register_redirect overrides.form_width, title, primary_color, bg_color, button_style.