awesomemotive / wp-mail-logging

:envelope: Logs each email sent by WordPress.
48 stars 25 forks source link

Hide unrelated notices on admin plugin pages #160

Closed donmhico closed 1 year ago

donmhico commented 1 year ago

Description

This PR hides unrelated notices on WP Mail Logging admin pages.

Testing procedure

  1. Make sure you're using the master branch. git checkout master.
  2. In your Local, install an outdated version of WordPress (even just 1 minor version back), just enough to show the upgrade notice in the Dashboard.
  3. Navigate to Dashboard -> WP Mail Logging -> Email Log (or any other WP Mail Logging page). You should see the update WordPress notice
Screen Shot 2023-03-31 at 19 59 51
  1. Checkout this PR branch.
  2. Refresh the page. You shouldn't see the upgrade notice anymore.