Essa tag gera dados associados ao membro conectado no momento.
Atributos
nome – Indicates what type of data to output from the current member’s account. Below is a list of acceptable values:
| Valor | Descrição |
id | Outputs the current member’s ID |
firstName | Outputs the current member’s first name |
lastName | Outputs the current member’s last name |
nome de usuário | Outputs the current member’s username |
senha | Outputs the current member’s password only in the Welcome Email. In all other cases, it will output astericks. Consulte 2.2.3 Notas de versão para obter mais informações. |
e-mail | Outputs the current member’s email address |
telefone | Outputs the current member’s phone number |
registrationDate | Outputs the current member’s registration date. Optionally use the ‘dateFormat’ attribute to indicate how the date should be formatted. For more information, see the ‘dateFormat’ attribute below. |
statusChangedDate | Outputs the date of the last status change on the current member’s account. Optionally use the ‘dateFormat’ attribute to indicate how the date should be formatted. For more information, see the ‘dateFormat’ attribute below. |
data de expiração | Outputs the current member’s expiration date. Optionally use the ‘dateFormat’ attribute to indicate how the date should be formatted. For more information, see the ‘dateFormat’ attribute below. |
cancellationDate | Outputs the current member’s cancellation date. Optionally use the ‘dateFormat’ attribute to indicate how the date should be formatted. For more information, see the ‘dateFormat’ attribute below. |
diasComoMembro | Exibe o número de dias em que o membro atual foi membro |
membershipId | Outputs the ID of the current member’s membership level |
membershipName | Outputs the name of the current member’s membership level |
statusId | Outputs the ID of the current member’s status |
statusName | Outputs the name of the current member’s status |
daysWithBundle_# | Exibe o número de dias em que o membro atual teve o pacote com ID # aplicado à sua conta. If they don’t have the bundle applied to their account, -1 will be returned. For example, if the ID of the bundle is 4, you would use MM_Member_Data name=’daysWithBundle_4′ to retrieve the number of days it’s been applied to the member’s account. |
customField_# | Outputs the current member’s value for the custom field with ID #. For example, if the ID of the custom field that stores birthday is 4 then to output the current member’s birthday you would use MM_Member_Data name=’customField_4′. Esse atributo não deve ser usado com Produto adquirido notificações push quando as informações do campo personalizado são coletadas no formulário de checkout. |
billingAddress | Outputs the current member’s billing address |
billingAddress2 | Outputs the current member’s billing address, line 2 |
billingCity | Outputs the current member’s billing city |
estado do faturamento | Outputs the current member’s billing state |
billingZipCode | Outputs the current member’s billing zip code |
billingCountry | Outputs the current member’s billing country |
shippingAddress | Outputs the current member’s shipping address |
shippingAddress2 | Outputs the current member’s shipping address |
shippingCity | Outputs the current member’s shipping city |
estado da remessa | Outputs the current member’s shipping state |
shippingZipCode | Outputs the current member’s shipping zip code |
shippingCountry | Outputs the current member’s shipping country |
dateFormat (opcional) - Por padrão, as datas serão exibidas no formato: Oct 14, 2023 12:14 pm. Se você quiser usar um formato de data personalizado, use esse atributo para especificar o formato desejado para a data. Usar Regras de formato de data padrão do PHP ao definir um formato personalizado.
Uso
Olá [MM_Member_Data name='firstName']!
Aqui estão suas credenciais de login:
Nome de usuário: [MM_Member_Data name='username']
Senha: [MM_Member_Data name='password']

