We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db48203 commit dfeba48Copy full SHA for dfeba48
snippets/plausible.php
@@ -1,3 +1,3 @@
1
-<?php if(option('debug') === false && !kirby()->user()): ?>
+<?php if(option('debug') !== true && !kirby()->user()): ?>
2
<script defer data-domain="<?= option('floriankarsten.plausible.domain') ?? parse_url($kirby->url('index'))['host'] ?>" src="https://plausible.io/js/plausible.js"></script>
3
-<?php endif; ?>
+<?php endif; ?>
0 commit comments