mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
- 2.0.49 release;
This commit is contained in:
@@ -337,7 +337,7 @@ if ( ! class_exists( 'um\core\Profile' ) ) {
|
||||
foreach ( $array as $key ) {
|
||||
if ( $key ) {
|
||||
$data = array();
|
||||
if ( isset( UM()->builtin()->all_user_fields[ $key ] ) ){
|
||||
if ( isset( UM()->builtin()->all_user_fields[ $key ] ) ) {
|
||||
$data = UM()->builtin()->all_user_fields[ $key ];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user