* fixed running UM()->fields()->get_restricted_fields_for_edit() function in the fields loop;

This commit is contained in:
Mykyta Synelnikov
2024-09-27 17:55:44 +03:00
parent 6d183cc983
commit cccce6ebc3
4 changed files with 16 additions and 9 deletions
-1
View File
@@ -2110,7 +2110,6 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
return apply_filters( 'um_field_non_utf8_value', $option_value );
}
/**
* Getting the fields that need to be disabled in edit mode (profile)
*