mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added security for redirect_to attributes;
- updated readme file;
This commit is contained in:
@@ -209,7 +209,7 @@ function um_user_login( $args ) {
|
|||||||
|
|
||||||
// Priority redirect
|
// Priority redirect
|
||||||
if ( ! empty( $args['redirect_to'] ) ) {
|
if ( ! empty( $args['redirect_to'] ) ) {
|
||||||
exit( wp_redirect( $args['redirect_to'] ) );
|
exit( wp_safe_redirect( $args['redirect_to'] ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Role redirect
|
// Role redirect
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ function um_check_user_status( $user_id, $args ) {
|
|||||||
|
|
||||||
// Priority redirect
|
// Priority redirect
|
||||||
if ( isset( $args['redirect_to'] ) ) {
|
if ( isset( $args['redirect_to'] ) ) {
|
||||||
exit( wp_redirect( urldecode( $args['redirect_to'] ) ) );
|
exit( wp_safe_redirect( urldecode( $args['redirect_to'] ) ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $status == 'approved' ) {
|
if ( $status == 'approved' ) {
|
||||||
|
|||||||
+9
-1
@@ -76,9 +76,17 @@ Ultimate Member has a range of extensions that allow you to extend the power of
|
|||||||
|
|
||||||
Our official [theme](https://ultimatemember.com/theme/) is purpose built for websites that have logged in and out users. The [theme](https://ultimatemember.com/theme/) has deep integration with Ultimate Member plugin and the extensions, different header designs for logged-in/out users and works alongside the Beaver Builder and Elementor page builders.
|
Our official [theme](https://ultimatemember.com/theme/) is purpose built for websites that have logged in and out users. The [theme](https://ultimatemember.com/theme/) has deep integration with Ultimate Member plugin and the extensions, different header designs for logged-in/out users and works alongside the Beaver Builder and Elementor page builders.
|
||||||
|
|
||||||
|
= Our other plugins =
|
||||||
|
|
||||||
|
In addition to Ultimate Member, we also have two other plugins: [ForumWP](https://forumwpplugin.com/) and [JobBoardWP](https://wordpress.org/plugins/jobboardwp).
|
||||||
|
|
||||||
= ForumWP =
|
= ForumWP =
|
||||||
|
|
||||||
In addition to Ultimate Member we also have another plugin called [ForumWP](https://forumwpplugin.com/). ForumWP is a forum plugin which adds an online forum to your website, allowing users to create topics and write replies. Forums are a great way to build and grow an online community.
|
[ForumWP](https://forumwpplugin.com/) is a forum plugin which adds an online forum to your website, allowing users to create topics and write replies. Forums are a great way to build and grow an online community.
|
||||||
|
|
||||||
|
= JobBoardWP =
|
||||||
|
|
||||||
|
[JobBoardWP](https://wordpress.org/plugins/jobboardwp) is a job board plugin which adds a modern job board to your website. Display job listings and allow employers to submit and manage jobs all from the front-end.
|
||||||
|
|
||||||
= Development * Translations =
|
= Development * Translations =
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user