array(
'href' => array(),
'title' => array(),
'target' => array(),
),
'strong' => array(),
);
echo wp_kses( sprintf( __('You are logged in as
%s. If you would like to update your billing information for a different account,
log out now.', 'paid-memberships-pro' ), $current_user->user_login, wp_logout_url( esc_url_raw( $_SERVER['REQUEST_URI'] ) ) ), $allowed_html );
?>