• “Are you enjoying WP Mail SMTP?”

    pop in ad is very annoying and it is constantly appears every single page load!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Dake

    (@dakeg)

    Hey @0xk3on,

    Thank you for taking the time to leave us a review, I have shared your feedback with the team, but we’d like to confirm if the “Are you enjoying WP Mail SMTP?” message continues to appear after closing it.

    The “Are you enjoying WP Mail SMTP?” does indeed load each time if an answer is not provided, but once it has been closed by clicking the “x” icon in the upper right-hand corner, it should not reappear.

    Did it reappear after closing it the first time? That might indicate something is causing it to reappear.

    Please let us know when you get a chance.

    Thank you.

    Thread Starter K3on

    (@0xk3on)

    I click yes and then click x it appears again
    I click no and then click x it appears again
    I just click x it appears again!
    It is like a nightmare, appears every single page load whatever I answer or just click x.
    That is why it is so annoying :/

    Plugin Support Dake

    (@dakeg)

    Hey @0xk3on,

    Thank you for getting back to us.

    What comes to mind is that there is potentially a JS error in your admin panel and the “dismiss” AJAX request is not being executed.

    Custom Code

    If you’d like, you can try to execute the below code to disable the notice:

    update_option( 'wp_mail_smtp_review_notice', [
     'time'      => time(),
     'dismissed' => true,
    ] );

    In case it helps, here’s a tutorial with the most common ways to add custom code like this: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/.

    I hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Annoying ads!’ is closed to new replies.