Prio | Original string | Translation | — |
---|---|---|---|
↑ | Redirect users to different locations after logging in and logging out. | You have to log in to add a translation. | Details |
Redirect users to different locations after logging in and logging out. You have to log in to edit this translation.
or Cancel
|
|||
Installation Instructions | You have to log in to add a translation. | Details | |
For a deeper dive into this feature, please see this video:↵ http://www.screenr.com/Gqi8 | You have to log in to add a translation. | Details | |
For a deeper dive into this feature, please see this video:↵ http://www.screenr.com/Gqi8 You have to log in to edit this translation.
or Cancel
|
|||
"Use external redirect file. Set this to "Yes" if you are using a plugin such as Gigya that bypasses the regular WordPress redirect process (and allows only one fixed redirect URL). Then, set the redirect URL in the other plugin to ↵ http://www.yoursite.com/wp-content/plugins/peters-login-redirect/wplogin_redirect_control.php" | You have to log in to add a translation. | Details | |
"Use external redirect file. Set this to "Yes" if you are using a plugin such as Gigya that bypasses the regular WordPress redirect process (and allows only one fixed redirect URL). Then, set the redirect URL in the other plugin to ↵ http://www.yoursite.com/wp-content/plugins/peters-login-redirect/wplogin_redirect_control.php" You have to log in to edit this translation.
or Cancel
|
|||
Look at the function rul_register() in the plugin file for inspiration; it makes use of the redirect_to_front_page() function to determine the URL and then provides the relevant output code. | You have to log in to add a translation. | Details | |
Look at the function rul_register() in the plugin file for inspiration; it makes use of the redirect_to_front_page() function to determine the URL and then provides the relevant output code. You have to log in to edit this translation.
or Cancel
|
|||
A common need is to display the "redirect" link for a user in the site navigation or sidebar. | You have to log in to add a translation. | Details | |
A common need is to display the "redirect" link for a user in the site navigation or sidebar. You have to log in to edit this translation.
or Cancel
|
|||
Be sure to rawurlencode the returned variable if necessary. | You have to log in to add a translation. | Details | |
Be sure to rawurlencode the returned variable if necessary. You have to log in to edit this translation.
or Cancel
|
|||
There is an available filter "rul_replace_variable" for adding your own custom variable names. For example, to replace <strong>[variable]month[/variable]</strong> in the redirect URL with the numeric representation of the current month (with leading zeros): | You have to log in to add a translation. | Details | |
There is an available filter "rul_replace_variable" for adding your own custom variable names. For example, to replace <strong>[variable]month[/variable]</strong> in the redirect URL with the numeric representation of the current month (with leading zeros): You have to log in to edit this translation.
or Cancel
|
|||
It takes 3 parameters: | You have to log in to add a translation. | Details | |
Note that the same extensibility is available for logout redirects with these filters: | You have to log in to add a translation. | Details | |
Note that the same extensibility is available for logout redirects with these filters: You have to log in to edit this translation.
or Cancel
|
|||
An example of plugin code to redirect to a specific URL for only a specific IP range as the first redirect check: | You have to log in to add a translation. | Details | |
An example of plugin code to redirect to a specific URL for only a specific IP range as the first redirect check: You have to log in to edit this translation.
or Cancel
|
|||
An example of plugin code to redirect users on first login. See http://www.theblog.ca/wordpress-redirect-first-login for standalone functionality: | You have to log in to add a translation. | Details | |
An example of plugin code to redirect users on first login. See http://www.theblog.ca/wordpress-redirect-first-login for standalone functionality: You have to log in to edit this translation.
or Cancel
|
|||
Your return value in your own code logic should be the URL to redirect to, or $custom_redirect_to to continue the plugin's normal checks. | You have to log in to add a translation. | Details | |
Your return value in your own code logic should be the URL to redirect to, or $custom_redirect_to to continue the plugin's normal checks. You have to log in to edit this translation.
or Cancel
|
|||
Each takes the same 4 parameters: | You have to log in to add a translation. | Details | |
Available filters are: | You have to log in to add a translation. | Details | |
Export as