Description
With this filter you can set a pre-filled email address on the registration form.
Arguments
- $email(string) - Your custom test email address.
Return
(string) Email address to pre-fill
Usage
function b3_localhost_email( $email ) {
return 'dummy@email.com';
}
add_filter( 'b3_localhost_email', 'b3_localhost_email' );
Used in
- templates/lostpassword.php - line 8
- includes/actions-b3.php - line 162
- includes/actions-b3.php - line 190