mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- small notices fixed;
This commit is contained in:
@@ -208,10 +208,8 @@ if ( ! class_exists( 'Profile' ) ) {
|
||||
|
||||
if ( ! empty( $array ) ) {
|
||||
foreach ( $array as $key ) {
|
||||
$data = '';
|
||||
|
||||
if ( $key ) {
|
||||
|
||||
$data = array();
|
||||
if ( isset( UM()->builtin()->all_user_fields[ $key ] ) ){
|
||||
$data = UM()->builtin()->all_user_fields[ $key ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user