Filter Email Regular Expression

wpmt/settings/get_email_regex

Description:
This filter allows you to filter the regular expression that we use for filtering the emal addresses.

Parameter Type Description
$return string The regular expression itself
$include string The included regular expression
return apply_filters( 'wpmt/settings/get_email_regex', $return, $include );
Updated on September 10, 2019

Was this article helpful?

Related Articles