Also, adding HTML code gets messed up… e.g. <i class="icon icon-home"></i> as the prefix will work on the front-end, but within the widget editor, it messed up.
Not sure what you mean by your first comment, but I will fix the bug described in your second comment in the next version.
I mean to run the output through http://codex.wordpress.org/Function_Reference/do_shortcode so that shortcodes can be used in prefix, suffix, etc.
For example:
$output = do_shortcode($output);
Thank you.
I’m sorry for being hesitant but that seems like a odd request. However I will add it as a feature request and look into adding it.
Not sure why it’d be odd. There are icon font, html formatting, and other shortcodes that can be used. It’s not a safety/security thing as shortcodes could be entered anywhere else in WP. Hope it can get worked in. tyvm for considering it and for your great plugin!
I see, didn’t know that such shortcodes even existed.