Are shortcodes case-sensitive?
If I write a plugin and register a shortcode using this code:
add_shortcode('footag', 'footag_func');
and a user uses this in their post:
[FOOTAG]
Is it supposed to work?
If I write a plugin and register a shortcode using this code:
add_shortcode('footag', 'footag_func');
and a user uses this in their post:
[FOOTAG]
Is it supposed to work?
No comments:
Post a Comment