Shortcodes contain dashes
-
Shortcode tags should NEVER contain dashes. From the codex: http://codex.ww.wp.xz.cn/Shortcode_API#Hyphens
This was causing me some grief with another shortcode plugin. There’s 2 shortcodes in this plugin that have dashes, c-sharp and obj-c. They really should either be removed (because you could just use the already existing csharp and objc) or replaced with c_sharp and obj_c.
Great plugin though!
The topic ‘Shortcodes contain dashes’ is closed to new replies.