diff --git a/includes/core/class-form.php b/includes/core/class-form.php index 03eef6ae..14c88f4f 100644 --- a/includes/core/class-form.php +++ b/includes/core/class-form.php @@ -495,7 +495,7 @@ if ( ! class_exists( 'um\core\Form' ) ) { $cf_metakeys[] = 'cover_photo'; if ( array_key_exists( 'show_bio', $this->form_data ) ) { - if ( ! emtpy( $this->form_data['show_bio'] ) ) { + if ( ! empty( $this->form_data['show_bio'] ) ) { $cf_metakeys[] = UM()->profile()->get_show_bio_key( $this->form_data ); } } else {