wpcf7_turnstile_sitekey

wpcf7_turnstile_sitekey

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.6.1

apply_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.
    	 */