wpcf7_recaptcha_sitekey

wpcf7_recaptcha_sitekey

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_recaptcha_sitekey') is found 1 times:

  • /modules/recaptcha/service.php line 68
    		if ( defined( 'WPCF7_RECAPTCHA_SITEKEY' ) ) {
    			$sitekey = WPCF7_RECAPTCHA_SITEKEY;
    		}
    
    		$sitekey = apply_filters( 'wpcf7_recaptcha_sitekey', $sitekey );
    
    		return $sitekey;
    	}
    
    
    	public function get_global_secret() {