$text = 'ЗАМЕНИТЕ НА КОД, КОТОРЫЙ ВАМ СГЕНЕРИЛ SHORTCODE ULTIMATE ДЛЯ ВСТАВКИ В КОНТЕНТ';
$plgRender = new stdClass;
$plgRender->text = $text;
JPluginHelper::importPlugin('content');
$dispatcher =& JDispatcher::getInstance();
$dispatcher->trigger('onContentPrepare', ['com_content.article', &$plgRender, null]);
echo $plgRender->text;