Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Created May 28, 2021 12:15
Show Gist options
  • Select an option

  • Save AertHulsebos/a0f277f6155fac02fd47d370b7538f97 to your computer and use it in GitHub Desktop.

Select an option

Save AertHulsebos/a0f277f6155fac02fd47d370b7538f97 to your computer and use it in GitHub Desktop.
<?php
add_filter('cmplz_known_script_tags', 'cmplz_tidio_live_chat_script');
function cmplz_tidio_live_chat_script($tags){
$tags[] = 'document.tidioChatCode';
return $tags;
}
// You can do the same with iframes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment