mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Fixes an issue where tagline shows the current users to all members
This commit is contained in:
@@ -43,6 +43,9 @@
|
||||
|
||||
<?php
|
||||
if ( $show_tagline && is_array( $tagline_fields ) ) {
|
||||
|
||||
um_fetch_user( $member );
|
||||
|
||||
foreach( $tagline_fields as $key ) {
|
||||
if ( $key && um_filtered_value( $key ) ) {
|
||||
$value = um_filtered_value( $key );
|
||||
|
||||
Reference in New Issue
Block a user