wpcf7_submission_result

wpcf7_submission_result

Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_submission_result') is found 1 times:

  • /includes/submission.php line 202
    				$result['posted_data_hash'] = $this->get_posted_data_hash();
    				break;
    		}
    
    		$result = apply_filters( 'wpcf7_submission_result', $result, $this );
    
    		return $result;
    	}
    
    
    	/**