Title: HTML code doesn&#8217;t support in shortcode message
Last modified: June 27, 2020

---

# HTML code doesn’t support in shortcode message

 *  Resolved [Masud](https://wordpress.org/support/users/masudcu/)
 * (@masudcu)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/html-code-doesnt-support-in-shortcode-message/)
 * Hi!
 * I gave a hyperlink to the message option of ‘usp_member deny’ shortcode. But 
   it doesn’t show to the output.
 * for example: [usp_member deny=”Please, read our [policy](https://example.com/policy)
   before registration.”][/usp_member]
 * this shortcode is not supported. help me please.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * (@specialk)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/html-code-doesnt-support-in-shortcode-message/#post-13043579)
 * 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](https://wordpress.org/support/users/masudcu/).
    -  This reply was modified 5 years, 11 months ago by [Jeff Starr](https://wordpress.org/support/users/specialk/).
      Reason: formatting
 *  Thread Starter [Masud](https://wordpress.org/support/users/masudcu/)
 * (@masudcu)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/html-code-doesnt-support-in-shortcode-message/#post-13044244)
 * Waiting for next update. Thanks for your feedback.
 *  Plugin Author [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * (@specialk)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/html-code-doesnt-support-in-shortcode-message/#post-13271051)
 * 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, 9 months ago by [Jeff Starr](https://wordpress.org/support/users/specialk/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘HTML code doesn’t support in shortcode message’ is closed to new replies.

 * ![](https://ps.w.org/user-submitted-posts/assets/icon-256x256.png?rev=2567685)
 * [User Submitted Posts – Enable Users to Submit Posts from the Front End](https://wordpress.org/plugins/user-submitted-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-submitted-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-submitted-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/user-submitted-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-submitted-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-submitted-posts/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/html-code-doesnt-support-in-shortcode-message/#post-13271051)
 * Status: resolved