mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed #1316;
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user