Sorry about the delay in writing back to you.
That’s interesting; the notice should not reappear: it is built so once a notice is dismissed, it should be dismissed for good. The status of your Jetpack notices (dismissed or not) is saved among your Jetpack options, in the jetpack_options
row in wp_options
.
Do you recall doing anything that could affect Jetpack options (like deleting the plugin and starting again from scratch) between 2 plugin updates?
Could you also let me know if you have similar issues (notices that keep reappearing) in other areas of your dashboard?
I’m on a dev instance where Jetpack is already in debugging mode. It should _at least_ be smart enough to realize that.
That’s a good point, and not something we’ve built into the notice system so far. I took note of it here. Thanks for the suggestion!
Please stop spamming ads.
Until we get to the bottom of this, or if you don’t even want to have to see Jetpack notices, ever, you could add the following filter to a functionality plugin on your site:
add_filter( 'jetpack_just_in_time_msgs', '__return_false', 99 );