wp-after-login-redirect-advanced
Last commit date
admin
1 month ago
includes
1 month ago
languages
1 month ago
public
1 month ago
vendor
1 month ago
README.md
1 month ago
composer.json
1 month ago
composer.lock
1 month ago
index.php
1 month ago
license.txt
1 month ago
readme.txt
1 month ago
uninstall.php
1 month ago
wp-after-login-redirect-advanced.php
1 month ago
README.md
99 lines
| 1 | # After Login Redirect |
| 2 | |
| 3 | [](https://wordpress.org/plugins/wp-after-login-redirect-advanced/](https://wordpress.org/plugins/wp-after-login-redirect-advanced/](https://wordpress.org/plugins/wp-after-login-redirect-advanced/) |
| 4 | |
| 5 | **Tags:** wp-login, wp-custom-login, login-redirect, custom-redirect, wp-login-customize \ |
| 6 | **Tested up to:** 7.0 \ |
| 7 | **Requires PHP:** 8.1 |
| 8 | |
| 9 | Redirect user to anywhere at your will. |
| 10 | |
| 11 | ## Description |
| 12 | |
| 13 | Send user to custom page after successful user login. Filter user by id, email, username, user role and by user visited country to redirect user to specific page. |
| 14 | |
| 15 | ### Features: |
| 16 | |
| 17 | - Redirect Users After Login |
| 18 | - Automatically Redirect to Specific Pages Based on Defined Filters |
| 19 | - Auto-Suggest URLs for All Pages and Posts in the "Redirect To" Field |
| 20 | - Create Unlimited Filters |
| 21 | - Redirect by user visited country |
| 22 | - Filter Enable / Disable Option |
| 23 | - Save Filter Settings via AJAX |
| 24 | - Compatibility with WooCommerce My Account page login |
| 25 | |
| 26 | ## Installation |
| 27 | |
| 28 | To add a WordPress Plugin using the built-in plugin installer: |
| 29 | |
| 30 | Go to Plugins > Add New. |
| 31 | |
| 32 | 1. Type in the name "After Login Redirect" in Search Plugins box |
| 33 | 2. Find the "After Login Redirect" Plugin to install. |
| 34 | 3. Click Install Now to begin the plugin installation. |
| 35 | 4. The resulting installation screen will list the installation as successful or note any problems during the install. |
| 36 | If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions. |
| 37 | |
| 38 | To add a WordPress Plugin from GitHub repo / plugin zip file : |
| 39 | 1. Go to WordPress plugin page |
| 40 | 2. Click Add New & Upload Plugin |
| 41 | 3. Drag / Click upload the plugin zip file |
| 42 | 4. The resulting installation screen will list the installation as successful or note any problems during the install. |
| 43 | If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions. |
| 44 | |
| 45 | ## Frequently Asked Questions |
| 46 | |
| 47 | ### How to use this plugin? |
| 48 | |
| 49 | Just activate After Login Redirect plugin, and go to plugin page called Login Redirect and add your filters freely. |
| 50 | ## Screenshots |
| 51 | |
| 52 | ### 1. Login Redirect Filter Add. |
| 53 | |
| 54 |  |
| 55 | |
| 56 | |
| 57 | ## Changelog |
| 58 | |
| 59 | ### 2.0.5 |
| 60 | - Compatibility checkup for latest wp version 7.0 |
| 61 | |
| 62 | ### 2.0.4 |
| 63 | - Checked for latest wp version 6.9 |
| 64 | |
| 65 | ### 2.0.3 |
| 66 | - Added redirection by user visited country |
| 67 | |
| 68 | ### 2.0.2 |
| 69 | - Added compatibility with WooCommerce My Account login |
| 70 | |
| 71 | ### 2.0.1 |
| 72 | - Checked for latest wp version 6.8 |
| 73 | |
| 74 | ### 2.0.0 |
| 75 | - Minor changes in codebase only. |
| 76 | |
| 77 | ### 1.0.5 |
| 78 | |
| 79 | - Compatibility check for wp v6.6 |
| 80 | |
| 81 | ### 1.0.4 |
| 82 | |
| 83 | - Compatibility check for wp v6.3 |
| 84 | ### 1.0.3 |
| 85 | |
| 86 | - Minor Updates. |
| 87 | ### 1.0.2 |
| 88 | |
| 89 | - Compatibility check for wp v6. |
| 90 | ### 1.0.1 |
| 91 | |
| 92 | - Minor Updates. |
| 93 | ### 1.0.0 |
| 94 | |
| 95 | - Initial release. |
| 96 | |
| 97 | ## Upgrade Notice |
| 98 | |
| 99 | Always try to keep your plugin update so that you can get the improved and additional features added to this plugin up to date. |