- fixed Ultimate Member wrapper's visibility on add/edit user page;

This commit is contained in:
nikitasinelnikov
2020-02-21 09:01:18 +02:00
parent cf9cc22d41
commit a4e44a32f1
5 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -1213,7 +1213,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Metabox' ) ) {
if ( $this->in_edit == true ) { // we're editing a field
$real_attr = substr( $attribute, 1 );
$this->edit_mode_value = (isset( $this->edit_array[ $real_attr ] ) ) ? $this->edit_array[ $real_attr ] : null;
$this->edit_mode_value = (isset( $this->edit_array[ $real_attr ] ) ) ? $this->edit_array[ $real_attr ] : null;
}
switch ( $attribute ) {