Support Forum
Snippets
Prepare Content for Snippets
Is there a way to get a "Prepare Content" parameter for Snippets? If it's enabled, content plugins should be triggered for the snippet's text.
Thanks
There is no such option in Snippets.
What you could do is place the snippet in an article, then place that article via Articles Anywhere.
Or place it in a module of type Custom (with "Prepare Content" on), and place that module via Modules Anywhere.
I used sourcerer to that:
{source}<?php echo JHtml::_('content.prepare', 'mystring'); ?>{/source}
But it's a bit more complicated, so basically this was a feature request 🙂