🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 21:09:58 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
js
/
frontend
/
integration
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/js/frontend/integration
🔄 Refresh
✏️
Editing: turnstile.js
Writable
export const mount = () => { if (!window.turnstile) { return } if (window.WPDEF) { const widgets = document.querySelectorAll('div[id^="wpdef_turnstile_"]') if (widgets.length) { widgets.forEach((widget) => { turnstile.render(`#${widget.id}`, { sitekey: WPDEF.options.sitekey, theme: WPDEF.options.theme, size: WPDEF.options.size, language: WPDEF.options.lang, 'response-field-name': 'wpdef-turnstile-response' }) }) return } } const forms = document.querySelectorAll('.ct-popup .cf-turnstile') if (!forms.length) { return } forms.forEach((form) => { turnstile.remove(form) turnstile.render(form) turnstile.reset(form) }) }
💾 Save Changes
❌ Cancel