'; echo sprintf( '

' . wp_kses_post(__('Cloudflare Turnstile is not currently showing on your forms. Please test the API response on the settings page.', 'simple-cloudflare-turnstile')) . '

', admin_url('options-general.php?page=cfturnstile') ); echo ''; } } } } /** * Display persistent admin warning if an invalid secret key was detected. * Dismissible via AJAX — stays until the admin clicks to dismiss. */ add_action( 'admin_notices', 'cfturnstile_invalid_secret_notice' ); function cfturnstile_invalid_secret_notice() { if ( '1' !== get_option( 'cfturnstile_invalid_secret_notice' ) ) { return; } $settings_url = admin_url( 'options-general.php?page=cfturnstile' ); $ajax_url = esc_url( admin_url( 'admin-ajax.php' ) ); $nonce = wp_create_nonce( 'cfturnstile_dismiss_invalid_secret' ); ?>

invalid-input-secret). Please verify your API keys on the settings page. Turnstile will continue to protect your forms, but verifications may fail until the key is corrected.', 'simple-cloudflare-turnstile' ), esc_url( $settings_url ) ) ); ?>