wpcf7_turnstile_sitekey
wpcf7_turnstile_sitekey
Appears in: contact-form-7.6.1
Hook Type: filter
Displaying hooks found in version: contact-form-7.6.1apply_filters('wpcf7_turnstile_sitekey') is found 1 times:
- /modules/turnstile/service.php line 88
$sitekeys = (array) $this->sitekeys; $sitekey = array_key_first( $sitekeys ) ?? ''; return apply_filters( 'wpcf7_turnstile_sitekey', $sitekey ); } /** * Returns the secret key that is paired with the given sitekey. */