Omschrijving
You can then use [cookiebot] in your posts, and it will output the JavaScript correctly without being removed by the editor.
function cookiebot_shortcode() {
return '<script>Cookiebot.show();</script>';
}
add_shortcode('cookiebot', 'cookiebot_shortcode');