wpcf7_mail_components

wpcf7_mail_components

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_mail_components') is found 1 times:

  • /includes/mail.php line 240
    			'additional_headers' => $this->get( 'additional_headers', true ),
    			'attachments' => $this->attachments(),
    		);
    
    		$components = apply_filters( 'wpcf7_mail_components',
    			$components, wpcf7_get_current_contact_form(), $this
    		);
    
    		if ( ! $send ) {
    			return $components;
    		}