Masternodes.Guru

test paywall

To display a UI that lets a user pay and subscribe or extend any subscription:

[wallets_subscription_extend]


To display a UI that lets a user pay and subscribe or extend only this particular subscription:

[wallets_subscription_extend sub_ids="6321"]


To display the remaining amount of time the user has on this subscription, in text format:

[wallets_subscription_remaining sub_id="6321"]


To display the remaining amount of days the user has before this subscription expires on them:

[wallets_subscription_remaining sub_id="6321" template="days_textonly"]


To display the UNIX timestamp on which this subscription will expire for the current user:

[wallets_subscription_remaining sub_id="6321" template="timestamp_textonly"]


To display content only to users who HAVE the role associated with this subscription:

[wallets_subscription_if roles=""]­content­[/wallets_paywall_if]


To display content only to users who DO NOT HAVE the role associated with this subscription:

[wallets_subscription_if_not roles=""]­content­[/wallets_paywall_if_not]


To display a UI that lets a user pay and subscribe or extend any subscription:

[wallets_subscription_extend]


To display a UI that lets a user pay and subscribe or extend only this particular subscription:

[wallets_subscription_extend sub_ids="6339"]


To display the remaining amount of time the user has on this subscription, in text format:

[wallets_subscription_remaining sub_id="6339"]


To display the remaining amount of days the user has before this subscription expires on them:

[wallets_subscription_remaining sub_id="6339" template="days_textonly"]


To display the UNIX timestamp on which this subscription will expire for the current user:

[wallets_subscription_remaining sub_id="6339" template="timestamp_textonly"]


To display content only to users who HAVE the role associated with this subscription:

[wallets_subscription_if roles="customer"]­content­[/wallets_paywall_if]


To display content only to users who DO NOT HAVE the role associated with this subscription:

[wallets_subscription_if_not roles="customer"]­content­[/wallets_paywall_if_not]

——————-

  • [wallets_subscription_remaining sub_id="6339"] displays the remaining time for subscription with post ID 6339 in text form, but
  • [wallets_subscription_remaining sub_id="6339" template="timestamp_textonly"] displays the remaining time for subscription with post ID 123 in timestamp form.

For example, [wallets_subscription_remaining template="timestamp_textonly"]

[wallets_subscription_extend sub_ids="123,6339"]