描述
This addon allows you to configure an after login page for each of the membership access levels you create in your simple membership plugin.
This addon plugin will automatically redirect the members to the appropriate page after they log into your site.
After you install this addon, edit your membership levels and specify the redirect pages and the addon will take care of the rest.
安裝
- Upload
swpm-after-login-redirection
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
常見問題
None
評價
2022年10月12日
1 reply
What can I not like? Works as needed and the author shares it for free:)
2021年2月14日
2 replies
In general: The plug-in is a great add-on for using simple membership plug-in and it works.
After creating new editor accounts I saw that using these accounts in the wp-admin login the plug-in seems to cause an error after logging in. Nevertheless the user is still logged in.
When I disabled the plug-in the error was gone. After enabling againg the error occurred again.
I will uninstall the plug-in until this issue is solved. Until then only two stars.
2019年11月4日
1 reply
Excelente Plugin, es exactamente lo que necesitaba
2019年9月2日
1 reply
Just as it says on the can. Works to keep members on the correct page.
2018年12月31日
1 reply
This is another example of great workmanship!!! Awesome plugin.
2018年9月21日
1 reply
Too bad you can’t redirect on registration. Add that function, then I’ll change it to 5 stars.
Solid response from developer with an easy solution.
貢獻者及開發者
修改日誌
1.8
- Fixed a PHP debug warning that occurred when the addon’s settings had never been saved.
1.7
- Added ‘wp_validate_redirect’ function to validate the redirect URL when the ‘swpm_redirect_to’ parameter is set.
1.6
- Added an extra line debug logging output to show which page it is redirecting to. Useful for troubleshooting.
1.5
- Added a new feature to enable custom redirections (the custom redirection can be set by defining the parameter ‘swpm_redirect_to’ in the URL)
1.4
- Fixed an “Undefined index” PHP notice when the settings is saved and WP Debug is enabled on the site.
1.3
- Added a new feature to enable redirection to the last page (where they clicked the login link) after the member logs in. You need to upgrade simple membership plugin for this to work.
1.2
- Registering the actions and hooks earlier so they don’t have a race condition on some sites.
1.1
- Moved the after login redirection action inside the plugins_loaded hook
1.0
- First commit to wordpress.org