// Shortcode: [reporte_infante_form]
function reporte_infante_form_shortcode() {
ob_start(); ?>
Tu información ha sido enviada. ¡Gracias por tu aporte! ";
}
return ob_get_clean();
}
add_shortcode('reporte_infante_form', 'reporte_infante_form_shortcode');