Skip to content

Instantly share code, notes, and snippets.

View shewa12's full-sized avatar
🎯
Focusing

shewa shewa12

🎯
Focusing
View GitHub Profile
@shewa12
shewa12 / wordpress-annoying-notices.js
Last active January 14, 2023 17:17
Remove annoying notices from WordPress Admin Dashboard
<script>
/**
* Remove annoying notices WordPress Dashboard
*
* Place this script on which page you don't want to show
* notices.
*
* Note: it will remove all the notices
*/
document.addEventListener('DOMContentLoaded', function() {