This commit is contained in:
Hoang Huu
2020-06-25 10:00:06 +07:00
parent ab00de6716
commit 6298197d8f
8 changed files with 117 additions and 33 deletions

View File

@@ -178,7 +178,7 @@ class OpalEstate_User {
return false;
}
if ( in_array( 'subscriber', $roles ) && opalestate_is_user_management_page() ) {
if ( in_array( 'subscriber', $roles ) ) {
return false;
}
}