This commit is contained in:
Mykyta Synelnikov
2023-10-03 15:40:10 +03:00
parent 8709e2fa23
commit 31ef4924f3
2 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -4354,7 +4354,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
$show_bio = false;
$bio_html = false;
$global_setting = UM()->options()->get( 'profile_show_html_bio' );
if ( 'profile' === $this->global_args['mode'] ) {
if ( isset( $this->global_args['mode'] ) && 'profile' === $this->global_args['mode'] ) {
if ( ! empty( $this->global_args['use_custom_settings'] ) ) {
if ( ! empty( $this->global_args['show_bio'] ) ) {
$show_bio = true;