Skip to main content

Admin Check

Hide the script for logged‑in admins (generic JS)

<script>
if (!document.body.classList.contains("logged-in")) {
window.PTP_CONFIG = { targetElementSelector: "main" };
const s = document.createElement("script");
s.src = "https://api.participaite.de/static/{{client_id}}/ptpSimplify.js";
s.defer = true;
document.head.appendChild(s);
}
</script>

The WordPress/PHP variant is in the CMS recipes page.