get_user_id(), 92, 'identicon', '', array( 'force_display' => true, 'class' => 'wu-rounded-full wu-border wu-border-solid wu-border-gray-300 wu-bg-white', ) ); ?>
get_display_name(); ?> #get_id(); ?>
get_email_address()) : ?> get_email_address(); ?>
is_vip() ? __('VIP Customer', 'wp-ultimo') : __('Regular Customer', 'wp-ultimo'); ?>
is_online()) { echo '' . __('Online', 'wp-ultimo'); } elseif ( '0000-00-00 00:00:00' !== $item->get_last_login() ) { echo human_time_diff(strtotime($item->get_last_login()), time()) . ' ' . __('ago', 'wp-ultimo'); } else { _e('Never logged in', 'wp-ultimo'); } ?>
get_date_registered()), time()) . ' ' . __('ago', 'wp-ultimo'); ?>
get_memberships()); ?> get_memberships())) { ?>
check_user_switching_is_activated() ? '' : 'wubox'; $url_switch_to = sprintf('%s', __('Switch To', 'wp-ultimo'), $is_modal_switch_to, \WP_Ultimo\User_Switching::get_instance()->render($item->get_user_id()), __('Switch To', 'wp-ultimo')); $actions = array( 'switch-to' => $item->get_user_id() !== get_current_user_id() ? $url_switch_to : __('None', 'wp-ultimo'), ); echo implode('
', $actions); ?>