[wp-trac] [WordPress Trac] #43029: Filter "send_email_change_email" is never called
WordPress Trac
noreply at wordpress.org
Fri May 24 19:55:28 UTC 2019
#43029: Filter "send_email_change_email" is never called
--------------------------+----------------------
Reporter: flymike | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Users | Version: 4.9.1
Severity: normal | Resolution: invalid
Keywords: | Focuses:
--------------------------+----------------------
Changes (by johnbillion):
* status: new => closed
* resolution: => invalid
* milestone: Awaiting Review =>
Comment:
Thanks for the report @flymike and I'm sorry that you haven't received a
response until now.
I'm unable to reproduce this issue. By adding the following line to a
plugin, the `Email Changed` email is successfully suppressed. You might
want to check that the code you're using to suppress the message is
actually being executed.
{{{#!php
add_filter( 'send_email_change_email', '__return_false' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43029#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list