Open the builder

Go to Zelvigo Dev Studio → Create Shortcode.

Form fields

  • Shortcode Tag — lowercase, numbers, underscores, hyphens; max 40 characters
  • Display Name — friendly label for your reference
  • Description
  • Attributes — comma-separated names or name=default pairs, e.g. title=Hello,class=btn-primary

Enclosing shortcode

Enable Enclosing Shortcode to support content between opening and closing tags (like [tag]content[/tag]).

Output

Generated PHP includes attribute parsing, default values, and a callback scaffold. Customize the return/output section for your use case, then copy into your plugin.