jrEmbed 1.3.6 to 1.3.7 update breaks parameter value into array
Jamroom Developers
Ah, yes that's it, and it's through an embed_html listener that the jrEmbed_replace_tag function is called.
updated by @ultrajam: 06/07/16 07:23:04AM
$params = array();
foreach (explode(' ', $match) as $part) {
list($k, $v) = explode('=', $part);
$k = trim($k);
$params[$k] = trim($v);
}
[jrEmbed module="ujGoogleMaps" mode="place" location="Corner+Brook,+NL,+Canada" zoom="18" maptype="roadmap" width="100%" height="300" ]
$GLOBALS['smarty_object']->error_reporting = 0;