b3_localhost_email()

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

  1. function b3_localhost_email( $email ) {
  2.     return 'dummy@email.com';
  3. }
  4. add_filter( 'b3_localhost_email', 'b3_localhost_email' );

Used in

Tags