Saturday, 8 June 2013

Are shortcodes case-sensitive?

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?