From 5c3db77c81cab875cf23e2733c64d4641de2aa51 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 17 Jun 2020 18:05:14 +0200 Subject: [PATCH] functions.php: start webbuild function after document load --- functions.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 7089968..88a535a 100644 --- a/functions.php +++ b/functions.php @@ -208,8 +208,9 @@ function openmamba_webbuild_func( $atts ) { print fread($file, 20000); flush(); fclose($file); - print ""; + + print ""; } add_shortcode('openmamba_webbuild', 'openmamba_webbuild_func');