' . $js_code . ''; echo $js_code; } // function mp_console_log($output, $with_script_tags = true) { // $js_code = 'console.log(' . json_encode($output, JSON_HEX_TAG) . // ');'; // if ($with_script_tags) { // $js_code = ''; // } // echo $js_code; // } ?>