My console shows the following error:
"Uncaught ReferenceError: zE is not defined"
I'm adding in zE('webWidget', 'hide');
in a script for one particular page where the entire web widget must be hidden for compliance reasons.
We are injecting the web widget script in the header.
To hide the widget, I'm following the step outlined with an example here: https://developer.zendesk.com/api-reference/widget/api/#zehide
hidefunction before or after the widget script?