wpcf7_recaptcha_secret

wpcf7_recaptcha_secret

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_recaptcha_secret') is found 1 times:

  • /modules/recaptcha/service.php line 85
    		if ( defined( 'WPCF7_RECAPTCHA_SECRET' ) ) {
    			$secret = WPCF7_RECAPTCHA_SECRET;
    		}
    
    		$secret = apply_filters( 'wpcf7_recaptcha_secret', $secret );
    
    		return $secret;
    	}
    
    
    	public function get_sitekey() {