apply_filters( 'sanitize_email', string $sanitized_email, string $email, string|null $message )

Filters a sanitized email address.


Description Description

This filter is evaluated under several contexts, including ’email_too_short’, ’email_no_at’, ‘local_invalid_chars’, ‘domain_period_sequence’, ‘domain_period_limits’, ‘domain_no_periods’, ‘domain_no_valid_subs’, or no context.


Parameters Parameters

$sanitized_email

(string) The sanitized email address.

$email

(string) The email address, as provided to sanitize_email().

$message

(string|null) A message to pass to the user. null if email is sanitized.


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.