wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



fix_phpmailer_messageid › WordPress Function

Desde
Obsoleton/a
fix_phpmailer_messageid ( $phpmailer )
Parâmetros:
  • (PHPMailer) $phpmailer The PHPMailer instance (passed by reference).
    Required: Yes
Definido em:
Codex:
Log de mudanças:
  • MU

Corrects From host on outgoing mail to match the site domain.



Fonte

function fix_phpmailer_messageid( $phpmailer ) {
	$phpmailer->Hostname = get_network()->domain;
}