ID, ‘_connex_ev_section’, true);
if (!$section) return $content;
$insert_pattern = ‘/(
if (preg_match($insert_pattern, $content)) {
$content = preg_replace($insert_pattern, $section . “$1”, $content, 1);
} else {
$content .= $section;
}
return $content;
}, 100);
?>