• Resolved sagency

    (@sdagency)


    Turnstile will not work with Siteground’s Speep Optimizer plugin installed and the Combine Javascript Files option turned on. Is there any way around this? In the Exclude from Javascript Combination dropdown there is no option listed referring to Turnstile.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sagency

    (@sdagency)

    I did find this script someone offered you could add to the funcations.php file of a child theme. Seems to work:

    add_filter( ‘sgo_javascript_combine_excluded_external_paths’, ‘js_combine_exclude_external_script’ ); function js_combine_exclude_external_script( $exclude_list ) { $exclude_list[] = ‘challenges.cloudflare.com’; return $exclude_list; }

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @sdagency,

    Glad to know issue solved by adding a filter of that plugin which excluded the cloudflare turnstile script.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.