Help Docs Software LearnDash LearnDash MemberDash LearnDash MemberDash Shortcodes [ms-note]

[ms-note]

The [ms-note] shortcode displays styled messages to users. These messages can be used to provide helpful information or to show warnings when access or actions are required.

Parameters

  • type (info | warning)
    Defines the type of notice
    • info displays a green success-style message
    • warning displays a red warning message
      Default: info
  • class (text)
    Adds an additional CSS class to the notice for custom styling
    Default: empty

Examples:

[ms-note type="info"]</span>&nbsp;Thanks for joining our Premium Membership!&nbsp;<span class="ms-code">[/ms-note]
[ms-note type="warning"]</span>&nbsp;Please log in to access this page!&nbsp;<span class="ms-code">[/ms-note]

Was this article helpful?