wpcf7_verify_nonce

wpcf7_verify_nonce

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_verify_nonce') is found 1 times:

  • /includes/contact-form.php line 1196
    		if ( $this->is_true( 'subscribers_only' ) ) {
    			$is_active = true;
    		}
    
    		return (bool) apply_filters( 'wpcf7_verify_nonce', $is_active, $this );
    	}
    
    
    	/**
    	 * Returns true if the specified setting has a falsey string value.
    	 *