mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 06:33:50 +09:00
Version 1.0.41
This commit is contained in:
+1
-1
@@ -901,7 +901,7 @@ class UM_Builtin {
|
||||
$all[$k]['title'] = stripslashes( $arr['title'] );
|
||||
}
|
||||
|
||||
if ( $exclude_types && in_array( $arr['type'], $exclude_types ) ) {
|
||||
if ( $exclude_types && isset( $arr['type'] ) && in_array( $arr['type'], $exclude_types ) ) {
|
||||
unset( $all[$k] );
|
||||
}
|
||||
if ( isset( $arr['account_only'] ) || isset( $arr['private_use'] ) ) {
|
||||
|
||||
Reference in New Issue
Block a user