<?php function runShortcode() { ob_start(); include __DIR__.'/../assets/form.php'; $output = ob_get_contents(); ob_end_clean(); return $output; }