wpcf7_skip_mail

wpcf7_skip_mail

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_skip_mail') is found 1 times:

  • /includes/submission.php line 726
    	 */
    	private function mail() {
    		$contact_form = $this->contact_form;
    
    		$skip_mail = apply_filters( 'wpcf7_skip_mail',
    			$this->skip_mail, $contact_form
    		);
    
    		if ( $skip_mail ) {
    			return true;
    		}