Hide the Enable jQuery Migrate Helper Notice in the WP Admin
Here’s the solution I found:
- Install the Add Admin CSS plugin.
2. Add this CSS into the settings (under the Appearance menu):
/* Hide jQuery Helper Warnings */ .jquery-migrate-deprecation-notice { display: none !important;}