@gilbertsearcy,
There are a couple of simple ways to confirm your script is loading on the frontend:
– Check the script’s intended effect – If the script is meant to add a specific feature or behavior (tracking, a popup, styling changes, etc.), visit your site and confirm everything is working as expected.
– View the page source – Open your site in a browser, right-click anywhere on the page, and select View Page Source and search for a unique portion of your script. If you can find it in the source, the snippet is loading correctly.
If the script doesn’t appear, here are a few things to check:
– Clear your cache – If you’re using a caching plugin or server-level cache, clear it and test again. A cached page may still be serving an older version without your snippet.
– Review your snippet settings – In WPCode, confirm the snippet is Active, the Auto Insert location is correct (for example, Site Wide Header), and that no Conditional Logic rules are preventing it from loading where you expect.
– Try an incognito/private window – This helps rule out browser extensions or cached data affecting what you’re seeing.
Thanks,