Created
May 28, 2021 12:15
-
-
Save AertHulsebos/a0f277f6155fac02fd47d370b7538f97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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