mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added Photos extension;
This commit is contained in:
@@ -658,9 +658,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
|
||||
|
||||
} elseif ( ( um_user( $key ) || isset( $data['show_anyway'] ) ) && $this->viewing == true ) {
|
||||
|
||||
$value = um_filtered_value( $key, $data );
|
||||
|
||||
return $value;
|
||||
return um_filtered_value( $key, $data );
|
||||
|
||||
} elseif ( isset( UM()->user()->profile[ $key ] ) ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user