- fixed CVE ID: CVE-2024-8519

- WPCS;
This commit is contained in:
Mykyta Synelnikov
2024-09-12 16:44:53 +03:00
parent e7c86052ab
commit 6c632a2c68
26 changed files with 71 additions and 104 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the account page
*
* This template can be overridden by copying it to yourtheme/ultimate-member/templates/account.php
* This template can be overridden by copying it to your-theme/ultimate-member/templates/account.php
*
* Page: "Account"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the GDPR checkbox in register form
*
* This template can be overridden by copying it to yourtheme/ultimate-member/templates/gdpr-register.php
* This template can be overridden by copying it to your-theme/ultimate-member/templates/gdpr-register.php
*
* Page: "Register"
* Call: function display_option()
+5 -7
View File
@@ -2,20 +2,18 @@
/**
* Template for the login only content, locked message
*
* This template can be overridden by copying it to yourtheme/ultimate-member/login-to-view.php
* This template can be overridden by copying it to your-theme/ultimate-member/login-to-view.php
*
* Call: function um_loggedin()
*
* @version 2.6.1
* @version 2.8.7
*
* @var string $lock_text
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
} ?>
}
?>
<div class="um-locked-content">
<div class="um-locked-content-msg"><?php echo htmlspecialchars_decode( $lock_text ); ?></div>
<div class="um-locked-content-msg"><?php echo wp_kses( $lock_text, UM()->get_allowed_html( 'templates' ) ); ?></div>
</div>
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the login form
*
* This template can be overridden by copying it to yourtheme/ultimate-member/templates/login.php
* This template can be overridden by copying it to your-theme/ultimate-member/templates/login.php
*
* Page: "Login"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the logout
*
* This template can be overridden by copying it to yourtheme/ultimate-member/templates/logout.php
* This template can be overridden by copying it to your-theme/ultimate-member/templates/logout.php
*
* Page: "Logout"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the members directory grid
*
* This template can be overridden by copying it to yourtheme/ultimate-member/members-grid.php
* This template can be overridden by copying it to your-theme/ultimate-member/members-grid.php
*
* Page: "Members"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the members directory header JS-template
*
* This template can be overridden by copying it to yourtheme/ultimate-member/members-header.php
* This template can be overridden by copying it to your-theme/ultimate-member/members-header.php
*
* Page: "Members"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the members directory list
*
* This template can be overridden by copying it to yourtheme/ultimate-member/members-list.php
* This template can be overridden by copying it to your-theme/ultimate-member/members-list.php
*
* Page: "Members"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the members directory pagination JS template
*
* This template can be overridden by copying it to yourtheme/ultimate-member/members-pagination.php
* This template can be overridden by copying it to your-theme/ultimate-member/members-pagination.php
*
* Page: "Members"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the members directory
*
* This template can be overridden by copying it to yourtheme/ultimate-member/templates/members.php
* This template can be overridden by copying it to your-theme/ultimate-member/templates/members.php
*
* Page: "Members"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the message after registration process
*
* This template can be overridden by copying it to yourtheme/ultimate-member/templates/message.php
* This template can be overridden by copying it to your-theme/ultimate-member/templates/message.php
*
* Call: function parse_shortcode_args()
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the modal form
*
* This template can be overridden by copying it to yourtheme/ultimate-member/modal/upload-single.php
* This template can be overridden by copying it to your-theme/ultimate-member/modal/upload-single.php
*
* @version 2.8.6
*/
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the modal photo
*
* This template can be overridden by copying it to yourtheme/ultimate-member/modal/view-photo.php
* This template can be overridden by copying it to your-theme/ultimate-member/modal/view-photo.php
*
* @version 2.8.6
*/
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the password change
*
* This template can be overridden by copying it to yourtheme/ultimate-member/templates/password-change.php
* This template can be overridden by copying it to your-theme/ultimate-member/templates/password-change.php
*
* Call: function ultimatemember_password()
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the password reset
*
* This template can be overridden by copying it to yourtheme/ultimate-member/templates/password-reset.php
* This template can be overridden by copying it to your-theme/ultimate-member/templates/password-reset.php
*
* Call: function ultimatemember_password()
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the profile page
*
* This template can be overridden by copying it to yourtheme/ultimate-member/templates/profile.php
* This template can be overridden by copying it to your-theme/ultimate-member/templates/profile.php
*
* Page: "Profile"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the profile single comments
*
* This template can be overridden by copying it to yourtheme/ultimate-member/profile/comments-single.php
* This template can be overridden by copying it to your-theme/ultimate-member/profile/comments-single.php
*
* Page: "Profile"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the profile comments
*
* This template can be overridden by copying it to yourtheme/ultimate-member/profile/comments.php
* This template can be overridden by copying it to your-theme/ultimate-member/profile/comments.php
*
* Page: "Profile"
* Call: function add_comments(), function load_comments()
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the profile single post
*
* This template can be overridden by copying it to yourtheme/ultimate-member/profile/posts-single.php
* This template can be overridden by copying it to your-theme/ultimate-member/profile/posts-single.php
*
* Page: "Profile"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the profile posts
*
* This template can be overridden by copying it to yourtheme/ultimate-member/profile/posts.php
* This template can be overridden by copying it to your-theme/ultimate-member/profile/posts.php
*
* Page: "Profile"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the register page
*
* This template can be overridden by copying it to yourtheme/ultimate-member/templates/register.php
* This template can be overridden by copying it to your-theme/ultimate-member/templates/register.php
*
* Page: "Register"
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the blog restricted message
*
* This template can be overridden by copying it to yourtheme/ultimate-member/restricted-blog.php
* This template can be overridden by copying it to your-theme/ultimate-member/restricted-blog.php
*
* Call: function blog_message()
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the taxonomy restricted message
*
* This template can be overridden by copying it to yourtheme/ultimate-member/restricted-taxonomy.php
* This template can be overridden by copying it to your-theme/ultimate-member/restricted-taxonomy.php
*
* Call: function taxonomy_message()
*
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Template for the search form
*
* This template can be overridden by copying it to yourtheme/ultimate-member/searchform.php
* This template can be overridden by copying it to your-theme/ultimate-member/searchform.php
*
* Call: function ultimatemember_searchform()
*