Untitled

 avatar
unknown
plain_text
9 months ago
477 B
61
Indexable
This part of code handles rendering Cloudflare Turnstile within each form. 

<div class="cf-turnstile" data-sitekey="'.cloudflare_key()[0].'" ></div>


To customize its appearance with either a light or dark theme, simply include the data-theme attribute:

//for light theme:
<div class="cf-turnstile" data-sitekey="'.cloudflare_key()[0].'" data-theme="light"></div>

//for dark theme:
<div class="cf-turnstile" data-sitekey="'.cloudflare_key()[0].'" data-theme="dark"></div>

Editor is loading...
Leave a Comment