wpcf7_special_mail_tags

wpcf7_special_mail_tags

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_special_mail_tags') is found 2 times:

  • /includes/mail.php line 600
    			$this->replaced_tags[$tag] = $replaced;
    			return $replaced;
    		}
    
    		$special = apply_filters( 'wpcf7_special_mail_tags', null,
    			$mail_tag->tag_name(), $html, $mail_tag
    		);
    
    		if ( null !== $special ) {
    			$this->replaced_tags[$tag] = $special;
    			return $special;
    
  • /modules/flamingo.php line 73
    			$tagname,
    			''
    		);
    
    		$meta[$smt] = apply_filters( 'wpcf7_special_mail_tags', null,
    			$tagname, false, $mail_tag
    		);
    	}
    
    	$timestamp = $submission->get_meta( 'timestamp' );
    
    

See this hook used in plugins: