It’s not currently possible. But you could maybe workaround like so:
[usp_visitor]
Please read our <a href="#">Policy</a> before registration.
[/usp_visitor]
[usp_member]
Whatever you want to display to logged-in users.
[/usp_member]
I’ve added this to the to-do list for the next update. So it will be possible to include links and other markup in the deny attribute (and others).
Thanks for the feedback, @masudcu.
-
This reply was modified 5 years, 6 months ago by
Jeff Starr. Reason: formatting
Thread Starter
Masud
(@masudcu)
Waiting for next update. Thanks for your feedback.
Just to follow up with this. You can add a link inside of the deny attribute like so:
[usp_member deny="This is a {a href='https://example.com'}link{/a}"]
For this to work:
- Replace angle brackets in the link with curly brackets
- Use single quotes for the attribute values
This works for the attributes for any of these shortcodes:
[usp_access]
[usp_visitor]
[usp_member]
-
This reply was modified 5 years, 4 months ago by
Jeff Starr.