Untitled
Anonymous
plain_text
06/27/2024 9:04 AM
636 B
140
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