updated plugin WP Mail SMTP
version 2.3.1
This commit is contained in:
@ -88,8 +88,8 @@ class Review {
|
||||
// Get the currently selected mailer.
|
||||
$mailer = Options::init()->get( 'mail', 'mailer' );
|
||||
|
||||
// Skip if the default mailer is selected.
|
||||
if ( $mailer === 'mail' ) {
|
||||
// Skip if no or the default mailer is selected.
|
||||
if ( empty( $mailer ) || $mailer === 'mail' ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user